mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
more fixes
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
56d1806619
commit
c73bd788e5
@ -72,6 +72,7 @@ export class AddCluster extends React.Component {
|
|||||||
|
|
||||||
refreshContexts = (autoSelect = true) => {
|
refreshContexts = (autoSelect = true) => {
|
||||||
this.selectedContexts.clear();
|
this.selectedContexts.clear();
|
||||||
|
this.kubeContexts.clear();
|
||||||
|
|
||||||
switch (this.sourceTab) {
|
switch (this.sourceTab) {
|
||||||
case KubeConfigSourceTab.FILE:
|
case KubeConfigSourceTab.FILE:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user