@ -182,16 +182,16 @@ export function BoardOptionsDropdownContent({
|
|||||||
)}
|
)}
|
||||||
<StyledDropdownMenuSeparator />
|
<StyledDropdownMenuSeparator />
|
||||||
<StyledDropdownMenuItemsContainer>
|
<StyledDropdownMenuItemsContainer>
|
||||||
<MenuItemNavigate
|
|
||||||
onClick={() => handleMenuNavigate('stages')}
|
|
||||||
LeftIcon={IconLayoutKanban}
|
|
||||||
text="Stages"
|
|
||||||
/>
|
|
||||||
<MenuItemNavigate
|
<MenuItemNavigate
|
||||||
onClick={() => handleMenuNavigate('fields')}
|
onClick={() => handleMenuNavigate('fields')}
|
||||||
LeftIcon={IconTag}
|
LeftIcon={IconTag}
|
||||||
text="Fields"
|
text="Fields"
|
||||||
/>
|
/>
|
||||||
|
<MenuItemNavigate
|
||||||
|
onClick={() => handleMenuNavigate('stages')}
|
||||||
|
LeftIcon={IconLayoutKanban}
|
||||||
|
text="Stages"
|
||||||
|
/>
|
||||||
</StyledDropdownMenuItemsContainer>
|
</StyledDropdownMenuItemsContainer>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user