mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix: isFiltered check before filter editor init
This commit is contained in:
parent
1925474edb
commit
895defd699
@ -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