Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
This commit is contained in:
Crevil
2022-09-28 10:51:55 +02:00
parent 5e94bbf345
commit 4aa027712e
@@ -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