mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 00:30:27 +01: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