Fix: clear selection after reload for management lists

This commit is contained in:
shamoon
2024-08-08 07:32:54 -07:00
parent fd36323d1c
commit 5cb6705c95
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,