diff --git a/src/components/modules/escrow/ui/forms/InitializeEscrowForm.tsx b/src/components/modules/escrow/ui/forms/InitializeEscrowForm.tsx index 9b5cc6f..c75c2de 100644 --- a/src/components/modules/escrow/ui/forms/InitializeEscrowForm.tsx +++ b/src/components/modules/escrow/ui/forms/InitializeEscrowForm.tsx @@ -91,7 +91,10 @@ const InitializeEscrowForm = () => { render={({ field }) => ( - Approver + + Approver + + toggleField("approver", value)} @@ -221,7 +224,7 @@ const InitializeEscrowForm = () => { /> ) : ( { field.onChange(e);