mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: isFiltered check before filter editor init
This commit is contained in:
parent
4aedcb856d
commit
579c35a3fe
@ -86,7 +86,7 @@ export class DocumentListComponent
|
||||
}
|
||||
|
||||
get isFiltered() {
|
||||
return this.filterEditor.rulesModified
|
||||
return !!this.filterEditor?.rulesModified
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user