Skip to content

Commit

Permalink
chore(dropdowns): fix multiselectable combobox tags (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel authored Dec 4, 2024
1 parent 480a7b6 commit f345fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dropdowns/demo/stories/ComboboxStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const ComboboxStory: Story<IArgs> = ({
<Svg />
</span>
</Tag.Avatar>{' '}
{option.tagProps?.children || toLabel(option)}
<span>{option.tagProps?.children || toLabel(option)}</span>
</>
) : undefined;

Expand Down

0 comments on commit f345fa1

Please sign in to comment.