mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(operation) set-listeners: alert: noCancel -> cancel
This commit is contained in:
parent
cde38e3bb0
commit
f6dcdb72ec
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ module.exports = (options) => (emitter) => {
|
|||
lastError = true;
|
||||
|
||||
Dialog.alert(msg, {
|
||||
noCancel: true,
|
||||
cancel: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue