mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 01:22:14 +00:00
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:
@@ -204,6 +204,7 @@ export class UserTableComponent implements OnInit {
|
||||
sortingField = UserFieldName.USER_FIELD_NAME_CREATION_DATE;
|
||||
break;
|
||||
}
|
||||
|
||||
this.userService
|
||||
.listUsers(
|
||||
limit,
|
||||
|
||||
Reference in New Issue
Block a user