Add missing fields in update action (#9908)
Fix https://discord.com/channels/1130383047699738754/1333806855264145500
This commit is contained in:
@ -47,6 +47,11 @@ const AVAILABLE_FIELD_METADATA_TYPES = [
|
||||
FieldMetadataType.LINKS,
|
||||
FieldMetadataType.FULL_NAME,
|
||||
FieldMetadataType.ADDRESS,
|
||||
FieldMetadataType.PHONES,
|
||||
FieldMetadataType.CURRENCY,
|
||||
FieldMetadataType.DATE_TIME,
|
||||
FieldMetadataType.RAW_JSON,
|
||||
FieldMetadataType.UUID,
|
||||
];
|
||||
|
||||
export const WorkflowEditActionFormUpdateRecord = ({
|
||||
|
||||
Reference in New Issue
Block a user