Skip to content

Commit fd2f71d

Browse files
committed
moving the operatorInstalled variable so that it is visible when trying to update the operator list
1 parent abd2fed commit fd2f71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/utils/k8s-domain-undeployer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ function (K8sDomainActionsBase, project, wktConsole, i18n, projectIo, dialogHelp
116116
step++;
117117

118118
let deleteResult;
119+
let operatorInstalled;
119120
if (removeNamespace) {
120-
let operatorInstalled;
121121
const operatorName = this.project.wko.wkoDeployName.value;
122122
const operatorNamespace = this.project.wko.k8sNamespace.value;
123123

0 commit comments

Comments
 (0)