diff --git a/packages/twenty-front/src/modules/object-record/record-show/hooks/useRecordShowContainerTabs.ts b/packages/twenty-front/src/modules/object-record/record-show/hooks/useRecordShowContainerTabs.ts index e475c0f34..5d10045d1 100644 --- a/packages/twenty-front/src/modules/object-record/record-show/hooks/useRecordShowContainerTabs.ts +++ b/packages/twenty-front/src/modules/object-record/record-show/hooks/useRecordShowContainerTabs.ts @@ -160,6 +160,9 @@ export const useRecordShowContainerTabs = ( }, timeline: null, fields: null, + tasks: null, + notes: null, + files: null, }, }, [CoreObjectNameSingular.WorkflowVersion]: { @@ -179,6 +182,9 @@ export const useRecordShowContainerTabs = ( }, }, timeline: null, + tasks: null, + notes: null, + files: null, }, }, [CoreObjectNameSingular.WorkflowRun]: { @@ -212,6 +218,9 @@ export const useRecordShowContainerTabs = ( }, }, timeline: null, + tasks: null, + notes: null, + files: null, }, }, }),