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

@ -505,7 +505,7 @@ export class FolderModel extends AbstractModel {
}
})
.catch(error => {
FolderUserStore.folderListError(
FolderUserStore.error(
getNotification(error.code, '', Notifications.CantRenameFolder)
+ '.\n' + error.message);
});