From b83d8a4b27d8c2042f7a26e87f30a6b2a5e88d6b Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Tue, 4 Mar 2025 17:40:17 +0100 Subject: [PATCH] [BUG] Object Settings Model tabs list heigh value `0` (#10646) # Introduction While working on https://github.com/twentyhq/core-team-issues/issues/355 encountered a recent regression: ![image](https://github.com/user-attachments/assets/654349a0-fd3d-4e17-a503-b942165f1771) I honestly cannot explain this regression, should take time to do some commits dichotomy in order to identify the problematic one but it feels overkill ## Remarks - Modified a common components please while reviewing have a look to other of its invokation too ( others settings page ) --- .../src/modules/settings/components/SettingsPageContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx b/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx index f2f1a7300..329e2f877 100644 --- a/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx +++ b/packages/twenty-front/src/modules/settings/components/SettingsPageContainer.tsx @@ -32,6 +32,7 @@ export const SettingsPageContainer = ({ }) => ( {children}