From 5ca7b88c5befe506aa050b85fa27dbb59bf8ff74 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 1 Jul 2026 11:16:46 +0100 Subject: [PATCH] fix(grant-application): enable submit button on final step The submit button had disabled hardcoded to true, so applicants could never submit. Tie it to the loading state like the other nav buttons. --- components/grant-application/StepNavigation.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/grant-application/StepNavigation.tsx b/components/grant-application/StepNavigation.tsx index f8cdb1974..9e5b78654 100644 --- a/components/grant-application/StepNavigation.tsx +++ b/components/grant-application/StepNavigation.tsx @@ -42,9 +42,11 @@ export default function StepNavigation({