mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Bugfix: this.error() undefined when hiding folder edit message
This commit is contained in:
parent
304c67534b
commit
7e304daee0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export class UserSettingsFolders /*extends AbstractViewSettings*/ {
|
|||
}
|
||||
|
||||
hideError() {
|
||||
this.error('');
|
||||
FolderUserStore.error('');
|
||||
}
|
||||
|
||||
toggleFolderKolabType(folder, event) {
|
||||
|
|
Loading…
Reference in a new issue