Skip to content

Commit

Permalink
Fix UI issue in outbound provisioning roles dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 committed Sep 2, 2024
1 parent b314cd7 commit e79d34e
Showing 1 changed file with 1 addition and 0 deletions.
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 e79d34e

Please sign in to comment.