chore(user-menu) double alert

This commit is contained in:
coderaiser 2019-05-20 18:38:58 +03:00
parent a979d532d5
commit f7e47d2167

View file

@ -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');