mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix test.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
7ca4c03c4a
commit
6d443e9c2f
@ -30,7 +30,7 @@ export class CatalogCategoryRegistry {
|
||||
protected categories = observable.set<CatalogCategory>();
|
||||
protected groupKinds = new ExtendedMap<string, ExtendedMap<string, CatalogCategory>>();
|
||||
protected filters = observable.set<CategoryFilter>([], {
|
||||
deep: true,
|
||||
deep: false,
|
||||
});
|
||||
|
||||
constructor() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user