fix: unify reasoning mode across submissions

This commit is contained in:
2026-08-05 08:27:22 +01:00
parent c87fd65e13
commit 6d11c1d503
5 changed files with 132 additions and 4 deletions
+1 -1
View File
@@ -673,7 +673,7 @@ export default function ReasoningWorkspace({
) : (
<>
{/* ── Investigation summary card ─────────────── */}
<InvestigationSummaryPanel graph={graph} selectedQuestion={selectedQ} result={result} />
<InvestigationSummaryPanel graph={graph} selectedQuestion={selectedQ} result={result} updateStatus={updateStatus} />
{/* ── Active investigation: question + form (top priority) ─ */}
{canAnswer && (