From 7398d54ed0157067b879b4ff31e1a952f34d67dc Mon Sep 17 00:00:00 2001 From: Alice Groux Date: Thu, 10 Dec 2020 07:44:24 +0100 Subject: [PATCH] fix(k8s/application): refreshing yaml panel doesn't change the selected panel (#4500) --- app/kubernetes/views/applications/edit/applicationController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/kubernetes/views/applications/edit/applicationController.js b/app/kubernetes/views/applications/edit/applicationController.js index 773e2099c..0d4b3482a 100644 --- a/app/kubernetes/views/applications/edit/applicationController.js +++ b/app/kubernetes/views/applications/edit/applicationController.js @@ -146,7 +146,7 @@ class KubernetesApplicationController { showEditor() { this.state.showEditorTab = true; - this.selectTab(2); + this.selectTab(3); } isSystemNamespace() {