mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Fix Javascript error on create/delete folder (#1079)
This commit is contained in:
parent
9a1d5dd1d3
commit
c71ecbc12d
4 changed files with 18 additions and 17 deletions
|
|
@ -73,7 +73,8 @@
|
|||
|
||||
require('App/User').default.foldersPromisesActionHelper(
|
||||
Promises.folderCreate(this.folderName(), sParentFolderName, FolderStore.foldersCreating),
|
||||
Enums.Notification.CantCreateFolder);
|
||||
Enums.Notification.CantCreateFolder
|
||||
);
|
||||
|
||||
this.cancelCommand();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue