mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore(user-menu) double alert
This commit is contained in:
parent
a979d532d5
commit
f7e47d2167
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
const [e] = await tryToCatch(RESTful.write, path, data);
|
||||
|
||||
if (e)
|
||||
return Dialog.alert(e);
|
||||
return;
|
||||
|
||||
await CloudCmd.refresh();
|
||||
DOM.setCurrentByName('.cloudcmd.menu.js');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue