Fix: clear selection after reload for management lists (#7421)

This commit is contained in:
shamoon 2024-08-08 07:38:45 -07:00 committed by GitHub
parent fd36323d1c
commit c0ad82b695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ export class CorrespondentListComponent extends ManagementListComponent<Correspo
public reloadData(): void {
this.isLoading = true
this.clearSelection()
this.service
.listFiltered(
this.page,

View File

@ -132,6 +132,7 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
reloadData() {
this.isLoading = true
this.clearSelection()
this.service
.listFiltered(
this.page,