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:
@ -174,13 +174,13 @@ export const SETTINGS_FIELD_TYPE_CONFIGS = {
|
|||||||
category: 'Basic',
|
category: 'Basic',
|
||||||
},
|
},
|
||||||
[FieldMetadataType.RichText]: {
|
[FieldMetadataType.RichText]: {
|
||||||
label: 'Rich Text',
|
label: 'System',
|
||||||
Icon: IllustrationIconSetting,
|
Icon: IllustrationIconSetting,
|
||||||
exampleValue: { key: 'value' },
|
exampleValue: { key: 'value' },
|
||||||
category: 'Basic',
|
category: 'Basic',
|
||||||
},
|
},
|
||||||
[FieldMetadataType.Actor]: {
|
[FieldMetadataType.Actor]: {
|
||||||
label: 'Actor',
|
label: 'System',
|
||||||
Icon: IllustrationIconSetting,
|
Icon: IllustrationIconSetting,
|
||||||
category: 'Basic',
|
category: 'Basic',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user