diff --git a/apps/web/components/editor/field.tsx b/apps/web/components/editor/field.tsx index 259a8ac0b..69dfa6ff3 100644 --- a/apps/web/components/editor/field.tsx +++ b/apps/web/components/editor/field.tsx @@ -16,7 +16,7 @@ type FieldPropsType = { positionX: number; positionY: number; id: string; - recipient: string; + Recipient: { name: ""; email: "" }; }; onPositionChanged: any; onDelete: any; @@ -53,13 +53,22 @@ export default function Field(props: FieldPropsType) { >