Fix Javascript error on create/delete folder (#1079)

This commit is contained in:
RainLoop Team 2016-06-20 20:22:51 +03:00
parent 9a1d5dd1d3
commit c71ecbc12d
4 changed files with 18 additions and 17 deletions

View file

@ -73,7 +73,8 @@
require('App/User').default.foldersPromisesActionHelper(
Promises.folderCreate(this.folderName(), sParentFolderName, FolderStore.foldersCreating),
Enums.Notification.CantCreateFolder);
Enums.Notification.CantCreateFolder
);
this.cancelCommand();