comment projects on dropdown component

This commit is contained in:
anovazzi1 2023-06-16 16:23:35 -03:00
commit 036118011b

View file

@ -98,8 +98,8 @@ export const MenuBar = ({ flows, tabId }) => {
Redo
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuLabel>Projects</DropdownMenuLabel>
<DropdownMenuRadioGroup
{/* <DropdownMenuLabel>Projects</DropdownMenuLabel> */}
{/* <DropdownMenuRadioGroup className="max-h-full overflow-scroll"
value={tabId}
onValueChange={(value) => {
setTabId(value);
@ -120,7 +120,7 @@ export const MenuBar = ({ flows, tabId }) => {
</Link>
);
})}
</DropdownMenuRadioGroup>
</DropdownMenuRadioGroup> */}
</DropdownMenuContent>
</DropdownMenu>
</div>