From 6d443e9c2f9482fe05fab7705c3407258c8022c0 Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Thu, 2 Sep 2021 13:53:07 +0300 Subject: [PATCH] Fix test. Signed-off-by: Panu Horsmalahti --- src/common/catalog/catalog-category-registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {