refactor(NodeToolbar): Remove open prop from Select component (#4563)
🔧 (nodeToolbarComponent/index.tsx): remove unnecessary 'open' prop from Select component to fix a UI issue
This commit is contained in:
parent
654d4815dc
commit
9d98fbaa11
1 changed files with 0 additions and 1 deletions
|
|
@ -554,7 +554,6 @@ export default function NodeToolbarComponent({
|
|||
onValueChange={handleSelectChange}
|
||||
value={selectedValue!}
|
||||
onOpenChange={handleOpenChange}
|
||||
open
|
||||
>
|
||||
<SelectTrigger ref={selectTriggerRef} className="w-62">
|
||||
<></>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue