Skip to content

Commit

Permalink
Docs/Storybook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 29, 2024
1 parent 74e712e commit 071c4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export const SearchBarFilters = () => {
value: tag.name,
view: <EuiHealth color={tag.color}>{tag.name}</EuiHealth>,
})),
autoSortOptions: false,
},
{
type: 'custom_component',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export const Playground: Story = {
);
}, 2000);
}),
autoSortOptions: true,
},
],
// casting to any to allow for easier teasting/QA via toggle switch
Expand Down

0 comments on commit 071c4c2

Please sign in to comment.