Fix: spacing in reset and incorrect display in saved views (#6324)

This commit is contained in:
shamoon 2024-04-07 13:50:31 -07:00 committed by GitHub
parent 954912cac3
commit 7afc91e7b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@
@if (list.selected.size === 0) {
<span i18n>{list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}}</span>
}&nbsp;@if (isFiltered) {
<span i18n>(filtered)</span>
&nbsp;<span i18n>(filtered)</span>
}
}
@if (!list.isReloading && isFiltered) {

View File

@ -86,7 +86,7 @@ export class DocumentListComponent
}
get isFiltered() {
return this.list.filterRules?.length > 0
return this.filterEditor.rulesModified
}
getTitle() {