mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-25 09:13:22 +03:00
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:
parent
7967d2d643
commit
ebf677809a
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user