Skip to content

Commit

Permalink
fix: move focus into edit modal (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanOne authored Dec 19, 2024
1 parent 1dc83cf commit 5ded88e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const EditDropdown: FC<EditDropdownProps> = ({

return (
<>
<DropdownMenu modal>
<DropdownMenu>
<DropdownMenuTrigger disabled={isCustomTypeBeingConverted}>
<IconButton
color="grey"
Expand Down

0 comments on commit 5ded88e

Please sign in to comment.