From 5e94bbf345ed9c39d078e586db592a099bb07bb4 Mon Sep 17 00:00:00 2001 From: Crevil Date: Wed, 28 Sep 2022 10:50:49 +0200 Subject: [PATCH] Dont change memo deps 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 6bc18d7a90..80bd2472b8 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?.value]); + }, [filters.kind]); const showTypeColumn = filters.type === undefined; // TODO(timbonicus): remove the title from the CatalogTable once using EntitySearchBar