fix(console): add state filter to org table, filter context (#5650)

* fix: add state filter to org table, filter context

---------

Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
This commit is contained in:
Max Peintner
2023-04-12 15:02:54 +02:00
committed by GitHub
parent d306e8219f
commit 2ec36bd63b
6 changed files with 82 additions and 11 deletions

View File

@@ -204,6 +204,7 @@ export class UserTableComponent implements OnInit {
sortingField = UserFieldName.USER_FIELD_NAME_CREATION_DATE;
break;
}
this.userService
.listUsers(
limit,