diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-20 15:06:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-20 15:06:08 +0100 |
commit | e854d57bed56bcbba4d191af54125ae6dd569a88 (patch) | |
tree | c0f772a395301dbbc40e4a014fce9fb5fec921d0 /client/src/app/+admin/overview/users | |
parent | 345f579b8e36ed743be66a1541c7444098eb0a02 (diff) | |
download | PeerTube-e854d57bed56bcbba4d191af54125ae6dd569a88.tar.gz PeerTube-e854d57bed56bcbba4d191af54125ae6dd569a88.tar.zst PeerTube-e854d57bed56bcbba4d191af54125ae6dd569a88.zip |
Refactor row selection reset
Diffstat (limited to 'client/src/app/+admin/overview/users')
-rw-r--r-- | client/src/app/+admin/overview/users/user-list/user-list.component.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/+admin/overview/users/user-list/user-list.component.ts b/client/src/app/+admin/overview/users/user-list/user-list.component.ts index 7d62302f8..19420b748 100644 --- a/client/src/app/+admin/overview/users/user-list/user-list.component.ts +++ b/client/src/app/+admin/overview/users/user-list/user-list.component.ts | |||
@@ -283,9 +283,7 @@ export class UserListComponent extends RestTable <User> implements OnInit { | |||
283 | }) | 283 | }) |
284 | } | 284 | } |
285 | 285 | ||
286 | protected reloadData () { | 286 | protected reloadDataInternal () { |
287 | this.selectedRows = [] | ||
288 | |||
289 | this.userAdminService.getUsers({ | 287 | this.userAdminService.getUsers({ |
290 | pagination: this.pagination, | 288 | pagination: this.pagination, |
291 | sort: this.sort, | 289 | sort: this.sort, |