From 2f3912aa98c19a5f2dbe2aae467f24e8cc9f0edc Mon Sep 17 00:00:00 2001 From: Baptiste Devessier Date: Tue, 28 Oct 2025 14:26:17 +0100 Subject: [PATCH] Always use page layout renderer for dashboards (#15403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🙈 --- .../record-show/components/PageLayoutDispatcher.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/object-record/record-show/components/PageLayoutDispatcher.tsx b/packages/twenty-front/src/modules/object-record/record-show/components/PageLayoutDispatcher.tsx index d54e4ff579a..69d6899e76c 100644 --- a/packages/twenty-front/src/modules/object-record/record-show/components/PageLayoutDispatcher.tsx +++ b/packages/twenty-front/src/modules/object-record/record-show/components/PageLayoutDispatcher.tsx @@ -26,7 +26,11 @@ export const PageLayoutDispatcher = ({ targetRecordIdentifier.targetObjectNameSingular === CoreObjectNameSingular.WorkflowVersion; - if (isRecordPageEnabled && !isStandardObjectUnsupportingRecordPageLayouts) { + if ( + targetRecordIdentifier.targetObjectNameSingular === + CoreObjectNameSingular.Dashboard || + (isRecordPageEnabled && !isStandardObjectUnsupportingRecordPageLayouts) + ) { return (