mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +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
|
|
@ -505,7 +505,7 @@ export class FolderModel extends AbstractModel {
|
|||
}
|
||||
})
|
||||
.catch(error => {
|
||||
FolderUserStore.folderListError(
|
||||
FolderUserStore.error(
|
||||
getNotification(error.code, '', Notifications.CantRenameFolder)
|
||||
+ '.\n' + error.message);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue