mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 21:13:01 +03:00
fixes #6116
This commit is contained in:
parent
3fa758e59a
commit
70f9df7dc4
@ -198,7 +198,7 @@ export const RecordIndexOptionsDropdownContent = ({
|
||||
</>
|
||||
)}
|
||||
|
||||
{viewType === ViewType.Kanban && (
|
||||
{viewType === ViewType.Kanban && !currentMenu && (
|
||||
<>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItemsContainer>
|
||||
|
Loading…
Reference in New Issue
Block a user