mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(client) rm additional dialog
This commit is contained in:
parent
857fe1d950
commit
18111aa744
1 changed files with 2 additions and 2 deletions
|
|
@ -366,10 +366,10 @@ function CloudCmdProto(DOM) {
|
|||
order,
|
||||
});
|
||||
|
||||
const [e, newObj] = await RESTful.read(path + query, 'json');
|
||||
const [, newObj] = await RESTful.read(path + query, 'json');
|
||||
|
||||
if (!newObj)
|
||||
return Dialog.alert(`Can't read: ${e.message}`);
|
||||
return; // that's OK, error handled by RESTful
|
||||
|
||||
options.sort = sort;
|
||||
options.order = order;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue