From f069efe361454a059af0ff738f6e3c01f02a8b3c Mon Sep 17 00:00:00 2001
From: Etienne <45695613+etiennejouan@users.noreply.github.com>
Date: Mon, 5 Jan 2026 11:41:17 +0100
Subject: [PATCH] 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)
---
.../components/RecordGroupsVisibilityDropdownSection.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx b/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx
index 1220197726..3011f47f33 100644
--- a/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx
+++ b/packages/twenty-front/src/modules/object-record/record-group/components/RecordGroupsVisibilityDropdownSection.tsx
@@ -44,7 +44,7 @@ export const RecordGroupsVisibilityDropdownSection = ({
{showSubheader && (
{title}
)}
-
+
{recordGroupIds.length > 0 && (
<>
{!isDraggable ? (