1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Remove un-needed success alerts

This commit is contained in:
Harvey Kandola 2019-03-03 15:58:03 +00:00
parent 566807bc14
commit 24b1326c31
3 changed files with 2 additions and 4 deletions

View file

@ -32,7 +32,6 @@ export default Controller.extend(Notifier, {
b.set('externalSource', meta.get('externalSource'));
this.get('sectionSvc').updateBlock(b).then(() => {
this.notifySuccess('Saved');
this.get('router').transitionTo('folder.settings', {queryParams: {tab: 'blocks'}});
});
}