From 84a28203221d203a171c32d85ca48b5b7bf9980d Mon Sep 17 00:00:00 2001 From: Chris Risner Date: Tue, 29 Aug 2023 17:29:02 -0500 Subject: [PATCH] update to stop the payoffRequest from being submitted after the form is submitted --- src/components/Form.tsx | 2 +- src/components/sections/TradeInfo/index.tsx | 4 +++- src/hooks/usePayoffQuery.tsx | 8 ++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/Form.tsx b/src/components/Form.tsx index f09919f..af69760 100644 --- a/src/components/Form.tsx +++ b/src/components/Form.tsx @@ -187,7 +187,7 @@ export default function Form({ vdp }: Props) { } })} - + setError(false)} />