mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Prepare for #1793
This commit is contained in:
parent
28a8e3c157
commit
6f2f40b983
5 changed files with 138 additions and 20 deletions
|
|
@ -66,7 +66,7 @@ export class FilterPopupView extends rl.pluginPopupView {
|
|||
});
|
||||
|
||||
this.defaultOptionsAfterRender = defaultOptionsAfterRender;
|
||||
this.folderSelectList = koComputable(() => folderListOptionsBuilder());
|
||||
this.folderSelectList = koComputable(folderListOptionsBuilder);
|
||||
|
||||
this.selectedFolderValue.subscribe(() => this.filter().actionValueError(false));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue