Skip to content

Commit

Permalink
Merge pull request #1749 from gettakaro/fix/user-select-dropdown
Browse files Browse the repository at this point in the history
Fix: select query in drawer, not rendered in portal
  • Loading branch information
emielvanseveren authored Oct 29, 2024
2 parents 1813499 + 4273c08 commit d494d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function Component() {
<form onSubmit={handleSubmit(onSubmit)} id="assign-user-role-form">
<CollapseList.Item title="General">
<TextField readOnly control={control} name="id" label="User" />
<RoleSelectQueryField control={control} name="roleId" label="Role" />
<RoleSelectQueryField inPortal control={control} name="roleId" label="Role" />
<DatePicker
mode="absolute"
control={control}
Expand Down

0 comments on commit d494d59

Please sign in to comment.