Fix - Enable access to all options (#16933)
Before https://github.com/user-attachments/assets/52271c96-b732-474b-9dac-a724a4955737 After https://github.com/user-attachments/assets/c50a9b1d-988a-448d-950c-0197e325d987 Needed to QA [this](https://github.com/twentyhq/twenty/pull/16803)
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ export const RecordGroupsVisibilityDropdownSection = ({
|
||||
{showSubheader && (
|
||||
<StyledDropdownMenuSubheader>{title}</StyledDropdownMenuSubheader>
|
||||
)}
|
||||
<DropdownMenuItemsContainer>
|
||||
<DropdownMenuItemsContainer hasMaxHeight>
|
||||
{recordGroupIds.length > 0 && (
|
||||
<>
|
||||
{!isDraggable ? (
|
||||
|
||||
Reference in New Issue
Block a user