Merge branch 'release/v2.20.x' into dev

This commit is contained in:
shamoon
2026-01-26 09:25:58 -08:00
5 changed files with 25 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ export abstract class ManagementListComponent<T extends MatchingModel>
tap((c) => {
this.unfilteredData = c.results
this.data = this.filterData(c.results)
this.collectionSize = c.count
this.collectionSize = c.all?.length ?? c.count
}),
delay(100)
)