fix: reset update state after mock analysis

This commit is contained in:
2026-08-04 16:06:06 +01:00
parent 6c033e1f44
commit 2fd12b124c
@@ -142,6 +142,7 @@ var TURNS = [
function buildDefaultFixture(idx) {
var d = TURNS[Math.min(idx, TURNS.length - 1)];
return {
success:true,
situationGraph: { centralStatement:"Complaints increased by 35% while production increased by 40%.", currentSummary:d.summary, nodes:d.nodes, edges:d.edges, activeUnknownNodeId:d.active, resolvedNodeIds:d.resolved },
selectedQuestion: d.question || null,
noQuestionReason: d.noQReason,