From 1073bc1ada9ae18ecabc85ddb44d0a1ed1107cba Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:11:23 +0100 Subject: [PATCH] Disable submit button when cannot submit --- client/src/components/QuizRunner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index ccad6b9..72b01da 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -491,7 +491,7 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt )} {!showResult ? ( <> -