Skip to content

Commit

Permalink
Merge pull request #6857 from dasuni-30/fix/20983
Browse files Browse the repository at this point in the history
Fix UI issue in outbound provisioning roles dropdown
  • Loading branch information
dasuni-30 authored Sep 3, 2024
2 parents efcbeff + 9484f94 commit d464e7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-humans-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/admin.connections.v1": patch
---

Fix UI issue in outbound provisioning roles dropdown
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export const OutboundProvisioningRoles: FunctionComponent<OutboundProvisioningRo
<Grid.Column width={ 8 }>
<Form className="outbound-provisioning-roles role-select-dropdown">
<Form.Select
selectOnBlur={ false }
options={ roleList?.map((role: RolesInterface) => {
return {
key: role.id,
Expand Down

0 comments on commit d464e7b

Please sign in to comment.