mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix type error
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6c25e18b38
commit
53f195c6cd
@ -48,7 +48,7 @@ export class ClusterManager extends Singleton {
|
|||||||
);
|
);
|
||||||
|
|
||||||
reaction(
|
reaction(
|
||||||
() => catalogEntityRegistry.getItemsByEntityClass(KubernetesCluster),
|
() => catalogEntityRegistry.getItemsByEntityClass(KubernetesCluster) as KubernetesCluster[],
|
||||||
entities => this.syncClustersFromCatalog(entities),
|
entities => this.syncClustersFromCatalog(entities),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user