mirror of https://github.com/portainer/portainer
fix(k8s/application): refreshing yaml panel doesn't change the selected panel (#4500)
parent
faded67deb
commit
7398d54ed0
|
@ -146,7 +146,7 @@ class KubernetesApplicationController {
|
|||
|
||||
showEditor() {
|
||||
this.state.showEditorTab = true;
|
||||
this.selectTab(2);
|
||||
this.selectTab(3);
|
||||
}
|
||||
|
||||
isSystemNamespace() {
|
||||
|
|
Loading…
Reference in New Issue