Allow rich text v2 in workflows (#15674)
Rich text V2 is supported and has probably been removed by mistake Fix https://github.com/twentyhq/twenty/issues/15660
This commit is contained in:
+1
@@ -21,6 +21,7 @@ const SUPPORTED_FORM_FIELD_TYPES = [
|
||||
FieldMetadataType.UUID,
|
||||
FieldMetadataType.ARRAY,
|
||||
FieldMetadataType.RELATION,
|
||||
FieldMetadataType.RICH_TEXT_V2,
|
||||
];
|
||||
|
||||
export const shouldDisplayFormField = ({
|
||||
|
||||
Reference in New Issue
Block a user