Rename FolderUserStore.folderListError to FolderUserStore.error

This commit is contained in:
the-djmaze 2023-10-31 01:39:40 +01:00
parent f097c8bb92
commit 09e3c7bec6
4 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@ export class FolderCreatePopupView extends AbstractViewPopup {
*/
},
error => {
FolderUserStore.folderListError(
FolderUserStore.error(
getNotification(error.code, '', Notifications.CantCreateFolder)
+ '.\n' + error.message);
}