Skip to content

Commit

Permalink
Merge pull request #7046 from pavinduLakshan/fix_userstore_dropdown_i…
Browse files Browse the repository at this point in the history
…n_roles
  • Loading branch information
pavinduLakshan authored Oct 25, 2024
2 parents 17c3610 + 6f29ab2 commit 5978ec5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-steaks-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.roles.v2": patch
---

Fix userstore not populating correctly in the user assign view in roles
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const RoleUsersList: FunctionComponent<RoleUsersPropsInterface> = (
: availableUserStores?.map((userstore: UserStoreListItem) =>
(<MenuItem
key={ userstore.name }
value={ userstore.name }
value={ userstore.id }
>
{ userstore.name }
</MenuItem>)
Expand Down

0 comments on commit 5978ec5

Please sign in to comment.