Use core Select instead of Checkbox for filters

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-11-07 10:18:53 +00:00
parent 921ac08c30
commit d311c848ff
4 changed files with 25 additions and 36 deletions
@@ -117,7 +117,7 @@ const SearchPage = () => {
name="kind"
values={['Component', 'Template']}
/>
<SearchFilter.Checkbox
<SearchFilter.Select
className={classes.filter}
label="Lifecycle"
name="lifecycle"