From 7a9fa1b136d720577dd4bb741c5bb17b32c840bd Mon Sep 17 00:00:00 2001 From: Michael Rooplall Date: Mon, 11 Dec 2023 20:04:06 -0500 Subject: [PATCH] Disabled Submit button after sending a request --- app/Contact/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Contact/page.js b/app/Contact/page.js index 901f3d6..ef2bcc3 100644 --- a/app/Contact/page.js +++ b/app/Contact/page.js @@ -251,7 +251,7 @@ const ContactInputTextArea = ({label, inputKey, register, required = false, erro const SubmitButton = ({label, onClick, disabled}) => { return ( -