Fix: Add select trigger to Saved components to make toolbar open again
This commit is contained in:
parent
cb956e68d0
commit
65d8b59885
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import {
|
|||
Select,
|
||||
SelectContent,
|
||||
SelectItem,
|
||||
SelectTrigger
|
||||
} from "../../../../../components/ui/select-custom";
|
||||
import { useDarkStore } from "../../../../../stores/darkStore";
|
||||
import useFlowsManagerStore from "../../../../../stores/flowsManagerStore";
|
||||
|
|
@ -117,6 +118,7 @@ export const SidebarDraggableComponent = forwardRef(
|
|||
name="Menu"
|
||||
className="side-bar-components-icon "
|
||||
/>
|
||||
<SelectTrigger></SelectTrigger>
|
||||
<SelectContent
|
||||
position="popper"
|
||||
side="bottom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue