mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(dialog) noFiles: reject on close
This commit is contained in:
parent
8ccbff16a9
commit
a6f0a8723c
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ module.exports = {
|
|||
};
|
||||
|
||||
module.exports.alert.noFiles = (title) => {
|
||||
return alert(title, 'No files selected!');
|
||||
return alert(title, 'No files selected!', {
|
||||
cancel: false,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue