diff --git a/src/main/cluster-manager.ts b/src/main/cluster-manager.ts index c0ba24cc5d..047fb0ca95 100644 --- a/src/main/cluster-manager.ts +++ b/src/main/cluster-manager.ts @@ -14,7 +14,7 @@ import { catalogEntityRegistry } from "../common/catalog-entity-registry"; const clusterOwnerRef = "ClusterManager"; export class ClusterManager extends Singleton { - @observable.deep catalogSource: CatalogEntity[] = []; + catalogSource = observable.array([]); constructor(public readonly port: number) { super();