Fix relation field type (#4992)
This commit is contained in:
@ -12,7 +12,7 @@ export type FormatRelationMetadataInputParams = {
|
||||
field: Pick<Field, 'label' | 'icon' | 'description' | 'type'>;
|
||||
objectMetadataId: string;
|
||||
connect: {
|
||||
field: Pick<Field, 'label' | 'icon' | 'type'>;
|
||||
field: Pick<Field, 'label' | 'icon'>;
|
||||
objectMetadataId: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user