Skip to content

Commit

Permalink
Update edit-role-permission.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Oct 27, 2023
1 parent 6c9f377 commit 73794c4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,12 +372,14 @@ export const UpdatedRolePermissionDetails: FunctionComponent<RolePermissionDetai
onSubmit={ undefined }
>
<Field.Dropdown
search
selection
selectOnNavigation={ false }
ariaLabel="assignedApplication"
name="assignedApplication"
label={ t("console:manage.features.roles.addRoleWizard.forms.rolePermission." +
"apiResource.label") }
options={ apiResourcesListOptions }
search
data-componentid={ `${componentId}-typography-font-family-dropdown` }
placeholder={ t("console:manage.features.roles.addRoleWizard." +
"forms.rolePermission.apiResource.placeholder") }
Expand Down

0 comments on commit 73794c4

Please sign in to comment.