mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Fix: isFiltered check before filter editor init
This commit is contained in:
parent
4aedcb856d
commit
579c35a3fe
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export class DocumentListComponent
|
|||
}
|
||||
|
||||
get isFiltered() {
|
||||
return this.filterEditor.rulesModified
|
||||
return !!this.filterEditor?.rulesModified
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue