diff --git a/src/common/catalog/catalog-category-registry.ts b/src/common/catalog/catalog-category-registry.ts index 4f1f20b1d9..e6da48a815 100644 --- a/src/common/catalog/catalog-category-registry.ts +++ b/src/common/catalog/catalog-category-registry.ts @@ -30,7 +30,7 @@ export class CatalogCategoryRegistry { protected categories = observable.set(); protected groupKinds = new ExtendedMap>(); protected filters = observable.set([], { - deep: true, + deep: false, }); constructor() {