fix(k8s/application): refreshing yaml panel doesn't change the selected panel (#4500)

pull/3937/head
Alice Groux 4 years ago committed by GitHub
parent faded67deb
commit 7398d54ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ class KubernetesApplicationController {
showEditor() {
this.state.showEditorTab = true;
this.selectTab(2);
this.selectTab(3);
}
isSystemNamespace() {

Loading…
Cancel
Save