mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Skip email/calendar tab creation for custom object record page layouts (#19544)
## Context Emails and calendars can only be associated with specific objects (companies, people...) and we were adding those tabs for all custom objects. I'm removing these from the default config
This commit is contained in:
parent
e03ac126ab
commit
186bc02533
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ export const computeFlatDefaultRecordPageLayoutToCreate = ({
|
|||
{ key: 'tasks' as const, widgetKey: 'tasks' as const },
|
||||
{ key: 'notes' as const, widgetKey: 'notes' as const },
|
||||
{ key: 'files' as const, widgetKey: 'files' as const },
|
||||
{ key: 'emails' as const, widgetKey: 'emails' as const },
|
||||
{ key: 'calendar' as const, widgetKey: 'calendar' as const },
|
||||
];
|
||||
|
||||
const pageLayoutTabs: FlatPageLayoutTab[] = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue