From 4aa027712e7f3ac7365c99ac22263e13495af8b0 Mon Sep 17 00:00:00 2001 From: Crevil Date: Wed, 28 Sep 2022 10:51:55 +0200 Subject: [PATCH] Doh Signed-off-by: Crevil --- plugins/catalog/src/components/CatalogTable/CatalogTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx index 80bd2472b8..6bc18d7a90 100644 --- a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx +++ b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx @@ -100,7 +100,7 @@ export const CatalogTable = (props: CatalogTableProps) => { ]; } } - }, [filters.kind]); + }, [filters.kind?.value]); const showTypeColumn = filters.type === undefined; // TODO(timbonicus): remove the title from the CatalogTable once using EntitySearchBar