mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -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() {
|
get isFiltered() {
|
||||||
return this.filterEditor.rulesModified
|
return !!this.filterEditor?.rulesModified
|
||||||
}
|
}
|
||||||
|
|
||||||
getTitle() {
|
getTitle() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user