mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 12:34:10 +03:00
parent
95002f5f9a
commit
6792724281
@ -33,24 +33,26 @@ export const formatRelationMetadataInput = (
|
||||
: input.connect;
|
||||
|
||||
const {
|
||||
description,
|
||||
description: fromDescription,
|
||||
icon: fromIcon,
|
||||
label: fromLabel,
|
||||
name: fromName,
|
||||
} = formatFieldMetadataItemInput(fromField);
|
||||
const {
|
||||
description: toDescription,
|
||||
icon: toIcon,
|
||||
label: toLabel,
|
||||
name: toName,
|
||||
} = formatFieldMetadataItemInput(toField);
|
||||
|
||||
return {
|
||||
description,
|
||||
fromDescription,
|
||||
fromIcon,
|
||||
fromLabel,
|
||||
fromName,
|
||||
fromObjectMetadataId,
|
||||
relationType,
|
||||
toDescription,
|
||||
toIcon,
|
||||
toLabel,
|
||||
toName,
|
||||
|
Loading…
Reference in New Issue
Block a user