fix: reset update state after mock analysis
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user