Unverified Commit 06379b08 authored by Janne Savolainen's avatar Janne Savolainen
Browse files
parent 09b52a59
Showing with 1 addition and 0 deletions
+1 -0
......@@ -101,6 +101,7 @@ export abstract class KubeObjectStore<T extends KubeObject> extends ItemStore<T>
return KubeObjectStore.defaultContext.get();
}
// TODO: Circular dependency: KubeObjectStore -> ClusterFrameContext -> NamespaceStore -> KubeObjectStore
@computed get contextItems(): T[] {
const namespaces = this.context?.contextNamespaces ?? [];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment