mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 22:36:08 +00:00
Bugfix: this.error() undefined when hiding folder edit message
This commit is contained in:
@@ -109,7 +109,7 @@ export class UserSettingsFolders /*extends AbstractViewSettings*/ {
|
||||
}
|
||||
|
||||
hideError() {
|
||||
this.error('');
|
||||
FolderUserStore.error('');
|
||||
}
|
||||
|
||||
toggleFolderKolabType(folder, event) {
|
||||
|
||||
Reference in New Issue
Block a user