update changeset
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
|
||||
|
||||
@@ -143,7 +143,7 @@ export const SearchTypeAccordion = (props: SearchTypeAccordionProps) => {
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<Typography variant="body2" component="h5">
|
||||
<Typography variant="body2" component="h2">
|
||||
{name}
|
||||
</Typography>
|
||||
<Accordion
|
||||
|
||||
Reference in New Issue
Block a user