diff --git a/apps/web/components/editor/field.tsx b/apps/web/components/editor/field.tsx index 04e76c408..47feda6bc 100644 --- a/apps/web/components/editor/field.tsx +++ b/apps/web/components/editor/field.tsx @@ -48,6 +48,7 @@ export default function Field(props: FieldPropsType) { onDrag={onControlledDrag} onStop={onDragStop} defaultPosition={{ x: 0, y: 0 }} + cancel="strong" >
+ {/* todo icons */} + {field.type} +
{props.field.recipient}
+
+ { if (confirm("Delete field?")) { @@ -63,10 +70,7 @@ export default function Field(props: FieldPropsType) { } }} > - {/* todo icons */} - {field.type} -
{props.field.recipient}
-
+ );