Skip to content

Commit

Permalink
Use list user groups API to search groups (#16610)
Browse files Browse the repository at this point in the history
Signed-off-by: AllForNothing <sshijun@vmware.com>
  • Loading branch information
AllForNothing authored Mar 30, 2022
1 parent 8333b19 commit a5b5e21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export class GroupComponent implements OnInit, OnDestroy {
this.currentPage = 1;
this.selectedGroups = [];
this.loading = true;
return this.groupService.searchUserGroupsResponse({
groupname: groupName,
return this.groupService.listUserGroupsResponse({
groupName: groupName,
pageSize: this.pageSize,
page: this.currentPage
})
Expand Down

0 comments on commit a5b5e21

Please sign in to comment.