mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Rename FolderUserStore.folderListError to FolderUserStore.error
This commit is contained in:
parent
f097c8bb92
commit
09e3c7bec6
4 changed files with 8 additions and 8 deletions
|
|
@ -63,7 +63,7 @@ export class FolderCreatePopupView extends AbstractViewPopup {
|
|||
*/
|
||||
},
|
||||
error => {
|
||||
FolderUserStore.folderListError(
|
||||
FolderUserStore.error(
|
||||
getNotification(error.code, '', Notifications.CantCreateFolder)
|
||||
+ '.\n' + error.message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue