Skip to content

Commit

Permalink
Fixes Remove Compact View From Kanban View Sub Options Menu's ( #6116
Browse files Browse the repository at this point in the history
…) (#6453)

fixes  #6116
  • Loading branch information
Faisal-imtiyaz123 authored Jul 30, 2024
1 parent 3fa758e commit 70f9df7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const RecordIndexOptionsDropdownContent = ({
</>
)}

{viewType === ViewType.Kanban && (
{viewType === ViewType.Kanban && !currentMenu && (
<>
<DropdownMenuSeparator />
<DropdownMenuItemsContainer>
Expand Down

0 comments on commit 70f9df7

Please sign in to comment.