Skip to content

Commit

Permalink
refactor(NodeToolbar): Remove open prop from Select component (#4563)
Browse files Browse the repository at this point in the history
🔧 (nodeToolbarComponent/index.tsx): remove unnecessary 'open' prop from Select component to fix a UI issue
  • Loading branch information
Cristhianzl authored Nov 13, 2024
1 parent 654d481 commit 9d98fba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ export default function NodeToolbarComponent({
onValueChange={handleSelectChange}
value={selectedValue!}
onOpenChange={handleOpenChange}
open
>
<SelectTrigger ref={selectTriggerRef} className="w-62">
<></>
Expand Down

0 comments on commit 9d98fba

Please sign in to comment.