Skip to content

Commit f345fa1

Browse files
authored
chore(dropdowns): fix multiselectable combobox tags (#1983)
1 parent 480a7b6 commit f345fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dropdowns/demo/stories/ComboboxStory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const ComboboxStory: Story<IArgs> = ({
109109
<Svg />
110110
</span>
111111
</Tag.Avatar>{' '}
112-
{option.tagProps?.children || toLabel(option)}
112+
<span>{option.tagProps?.children || toLabel(option)}</span>
113113
</>
114114
) : undefined;
115115

0 commit comments

Comments
 (0)