diff --git a/client/modules/operation/set-listeners.js b/client/modules/operation/set-listeners.js index fa5f7cf1..2abdc586 100644 --- a/client/modules/operation/set-listeners.js +++ b/client/modules/operation/set-listeners.js @@ -32,7 +32,7 @@ module.exports = (options) => (emitter) => { lastError = true; Dialog.alert(msg, { - noCancel: true, + cancel: false, }); });