1
0
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:
Roman 2020-08-26 20:15:42 +03:00
parent 56d1806619
commit c73bd788e5

View File

@ -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: