Skip to content

Commit 8fd2803

Browse files
ui confirmation text fix
1 parent 89c335f commit 8fd2803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/Confirmation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default {
121121
})
122122
},
123123
async checkConfirmation (rule, value) {
124-
if (value && value === 'SHUTDOWN') {
124+
if (value && value === this.action.currentAction.confirmationText) {
125125
return Promise.resolve()
126126
}
127127
return Promise.reject(rule.message)

0 commit comments

Comments
 (0)