From 1c56793c444fcc87026c6d3d84a5228428cb9205 Mon Sep 17 00:00:00 2001 From: JoelVR17 Date: Tue, 18 Feb 2025 17:36:30 -0600 Subject: [PATCH] feat: add tooltip for approver field and update placeholder text in InitializeEscrowForm --- .../modules/escrow/ui/forms/InitializeEscrowForm.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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);