mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-28 01:26:14 +00:00
Fix: spacing in reset and incorrect display in saved views (#6324)
This commit is contained in:
@@ -86,7 +86,7 @@ export class DocumentListComponent
|
||||
}
|
||||
|
||||
get isFiltered() {
|
||||
return this.list.filterRules?.length > 0
|
||||
return this.filterEditor.rulesModified
|
||||
}
|
||||
|
||||
getTitle() {
|
||||
|
Reference in New Issue
Block a user