mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix: clear selection after reload for management lists (#7421)
This commit is contained in:
parent
fd36323d1c
commit
c0ad82b695
2 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ export class CorrespondentListComponent extends ManagementListComponent<Correspo
|
|||
|
||||
public reloadData(): void {
|
||||
this.isLoading = true
|
||||
this.clearSelection()
|
||||
this.service
|
||||
.listFiltered(
|
||||
this.page,
|
||||
|
|
|
|||
|
|
@ -132,6 +132,7 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
|
|||
|
||||
reloadData() {
|
||||
this.isLoading = true
|
||||
this.clearSelection()
|
||||
this.service
|
||||
.listFiltered(
|
||||
this.page,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue