fix(client) rm additional dialog

This commit is contained in:
coderaiser 2019-08-23 21:18:25 +03:00
parent 857fe1d950
commit 18111aa744

View file

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