mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Fix: spacing in reset and incorrect display in saved views (#6324)
This commit is contained in:
parent
954912cac3
commit
7afc91e7b1
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ export class DocumentListComponent
|
|||
}
|
||||
|
||||
get isFiltered() {
|
||||
return this.list.filterRules?.length > 0
|
||||
return this.filterEditor.rulesModified
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue