Connecting modals where needed

This commit is contained in:
Tom Moor
2017-09-11 23:41:12 -07:00
parent cbf87e9dbe
commit 72b10787e5
9 changed files with 25 additions and 22 deletions

View File

@ -186,10 +186,11 @@ class Document extends BaseModel {
id: this.id,
collectionId: this.collection.id,
});
return true;
} catch (e) {
this.errors.add('Error while deleting the document');
}
return;
return false;
};
download() {