fix(operation) set-listeners: alert: noCancel -> cancel

This commit is contained in:
coderaiser 2019-05-04 21:26:09 +03:00
parent cde38e3bb0
commit f6dcdb72ec

View file

@ -32,7 +32,7 @@ module.exports = (options) => (emitter) => {
lastError = true;
Dialog.alert(msg, {
noCancel: true,
cancel: false,
});
});