Skip to content

Commit b5de48c

Browse files
gavinbarronMnickii
andauthored
correct the taxonomy picker component name in storybook (#2536)
Co-authored-by: Nickii Miaro <[email protected]>
1 parent 63ad055 commit b5de48c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

stories/components/taxonomyPicker/taxonomyPicker.properties.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ export default {
1414
decorators: [withCodeEditor]
1515
};
1616

17-
/* export const TermId = () => html`
18-
<mgt-taxonomy-picker term-set-id="138a652e-7f23-46f6-b480-13da2308c235" term-id="a56caeb7-3b7d-4d22-93a9-0232e12905f6"></mgt-taxonomy-picker>
19-
`;
20-
21-
export const SiteId = () => html`
22-
<mgt-taxonomy-picker term-set-id="7889007a-fb0e-449f-b629-dedf63ae53de" site-id="contoso.sharepoint.com,0962bcef-48f1-4460-baa8-b7286dcb249b,ba412b3c-951a-4322-ac37-0fe6307b5987"></mgt-taxonomy-picker>
23-
`; */
24-
2517
export const DefaultSelectedTermId = () => html`
2618
<mgt-taxonomy-picker term-set-id="f1c3d275-b202-41f0-83f3-80d63ffaa052" default-selected-term-id="71d47d57-479b-4a8c-80df-697da2d5a2e1"></mgt-taxonomy-picker>
2719
`;
@@ -43,4 +35,4 @@ export const Position = () => html`
4335
export const Locale = () => html`
4436
<p>In this example, french terms will be shown if they are present</p>
4537
<mgt-taxonomy-picker term-set-id="f1c3d275-b202-41f0-83f3-80d63ffaa052" locale="fr-FR"></mgt-taxonomy-picker>
46-
`;
38+
`;

stories/components/taxonomyPicker/taxonomyPicker.templating.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { withCodeEditor } from '../../../.storybook/addons/codeEditorAddon/codeA
1010

1111
export default {
1212
title: 'Components / mgt-taxonomy-picker / Templating',
13-
component: 'mgt-taxonomy-picker',
13+
component: 'taxonomy-picker',
1414
decorators: [withCodeEditor]
1515
};
1616

0 commit comments

Comments
 (0)