Update System Data Type Names to Display 'System' #7136 (#7170)

Changes made in 

twenty/packages/twenty-front/src/modules/settings/data-model/object-details/components/SettingsObjectFieldItemTableRow.tsx

fixes #7136

Co-authored-by: subham sharma <subham.sharma@smartbear.com>
This commit is contained in:
Subham Sharma 2024-09-20 15:14:28 +05:30 committed by GitHub
parent 7967d2d643
commit ebf677809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,13 +174,13 @@ export const SETTINGS_FIELD_TYPE_CONFIGS = {
category: 'Basic',
},
[FieldMetadataType.RichText]: {
label: 'Rich Text',
label: 'System',
Icon: IllustrationIconSetting,
exampleValue: { key: 'value' },
category: 'Basic',
},
[FieldMetadataType.Actor]: {
label: 'Actor',
label: 'System',
Icon: IllustrationIconSetting,
category: 'Basic',
},