1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 22:39:41 +02:00

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

This commit is contained in:
Alice Groux 2020-12-10 07:44:24 +01:00 committed by GitHub
parent faded67deb
commit 7398d54ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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