Skip to content

Commit d3b90c1

Browse files
committed
rebase and update dropdown story
1 parent 460812d commit d3b90c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/src/dropdown/dropdown.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const dropdownTemplate = html<StoryArgs<FluentDropdown>>`
3636

3737
const storyTemplate = html<StoryArgs<FluentDropdown>>`
3838
<fluent-field ?disabled="${story => story.disabled}">
39-
<label slot="label"> <fluent-label required>${story => story.placeholder}</fluent-label></label>
39+
<label slot="label"> <fluent-label>${story => story.placeholder}</fluent-label></label>
4040
<fluent-dropdown
4141
slot="input"
4242
appearance="${story => story.appearance}"

0 commit comments

Comments
 (0)