chore(edit-names) rm duplicate hide

This commit is contained in:
coderaiser 2018-06-07 11:16:50 +03:00
parent e2cdcbd5ce
commit 772b82857b

View file

@ -209,7 +209,6 @@ CloudCmd.EditNames = function EditNamesProto(callback) {
return;
Dialog.confirm(TITLE, msg)
.then(EditNames.hide)
.then(applyNames)
.catch(EditNames.hide);
}