fix: Don't trigger email and slack notifications when mass importing

feat: Show success message after import
This commit is contained in:
Tom Moor
2020-12-28 18:02:58 -08:00
parent 2787e56de3
commit d79933887d
10 changed files with 47 additions and 7 deletions

View File

@@ -508,6 +508,8 @@ export default class DocumentsStore extends BaseStore<Document> {
this.addPolicies(res.policies);
res.data.collections.forEach(this.rootStore.collections.add);
return res.data;
};
@action