1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-12-08 15:48:46 +02:00
parent 68001990a0
commit d043ff7710

View File

@ -41,7 +41,7 @@ export class NamespaceStore extends KubeObjectStore<Namespace> {
} }
get initNamespaces() { get initNamespaces() {
return namespaceUrlParam.get() return namespaceUrlParam.get();
} }
getContextParams() { getContextParams() {