mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Fix: spacing in reset and incorrect display in saved views (#6324)
This commit is contained in:
parent
954912cac3
commit
7afc91e7b1
@ -99,7 +99,7 @@
|
|||||||
@if (list.selected.size === 0) {
|
@if (list.selected.size === 0) {
|
||||||
<span i18n>{list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}}</span>
|
<span i18n>{list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}}</span>
|
||||||
} @if (isFiltered) {
|
} @if (isFiltered) {
|
||||||
<span i18n>(filtered)</span>
|
<span i18n>(filtered)</span>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@if (!list.isReloading && isFiltered) {
|
@if (!list.isReloading && isFiltered) {
|
||||||
|
@ -86,7 +86,7 @@ export class DocumentListComponent
|
|||||||
}
|
}
|
||||||
|
|
||||||
get isFiltered() {
|
get isFiltered() {
|
||||||
return this.list.filterRules?.length > 0
|
return this.filterEditor.rulesModified
|
||||||
}
|
}
|
||||||
|
|
||||||
getTitle() {
|
getTitle() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user