Changes done

Signed-off-by: Victor Perera <v-vperera@expediagroup.com>
This commit is contained in:
Victor Perera
2021-10-12 17:30:32 -05:00
parent fb5988d5d8
commit f9cc2509f8
3 changed files with 6 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
EntityTypePicker can be hidden and have an initial filter value set, similar to EntityKindPicker
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
EntityTypePicker can be hidden and initially settled like EntityKindPicker
@@ -28,7 +28,7 @@ type EntityTypeFilterProps = {
};
export const EntityTypePicker = ({
hidden,
hidden = false,
initialFilter,
}: EntityTypeFilterProps) => {
const alertApi = useApi(alertApiRef);