Skip to content

Commit dc4a12d

Browse files
committed
undoing unnecessary operatorInstalled scope change
1 parent fd2f71d commit dc4a12d

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,11 +116,11 @@ function (K8sDomainActionsBase, project, wktConsole, i18n, projectIo, dialogHelp
116116
step++;
117117

118118
let deleteResult;
119-
let operatorInstalled;
120119
if (removeNamespace) {
121120
const operatorName = this.project.wko.wkoDeployName.value;
122121
const operatorNamespace = this.project.wko.k8sNamespace.value;
123122

123+
let operatorInstalled;
124124
if (updateOperatorList) {
125125
busyDialogMessage = i18n.t('flow-checking-operator-installed-in-progress',
126126
{operatorName: operatorName, Namespace: operatorNamespace});

0 commit comments

Comments
 (0)