mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03: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…
Add table
Add a link
Reference in a new issue