diff --git a/packages/twenty-front/src/modules/page-layout/hooks/useRecordPageLayoutId.ts b/packages/twenty-front/src/modules/page-layout/hooks/useRecordPageLayoutId.ts index 6c3f41faf4..0c2a403cec 100644 --- a/packages/twenty-front/src/modules/page-layout/hooks/useRecordPageLayoutId.ts +++ b/packages/twenty-front/src/modules/page-layout/hooks/useRecordPageLayoutId.ts @@ -11,6 +11,7 @@ export const useRecordPageLayoutId = ({ { objectNameSingular: targetObjectNameSingular, objectRecordId: id, + withSoftDeleted: true, }, );