pantdipendra commited on
Commit
c313050
·
verified ·
1 Parent(s): 1648408

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -722,7 +722,7 @@ const FLOW = {
722
  6: { q: "Extract matches necessary data approvals?", onYes: 7, onNo: 6 },
723
  /* Step 7 has several conditional questions */
724
  7: [
725
- { q: "Any new purpose?", yes: 1, no: "next" },
726
  { q: "Any new approvals needed?", yes: 3, no: "next" },
727
  { q: "Any new access/contracts?", yes: 4, no: 8 },
728
  ],
 
722
  6: { q: "Extract matches necessary data approvals?", onYes: 7, onNo: 6 },
723
  /* Step 7 has several conditional questions */
724
  7: [
725
+ { q: "Any new additional purpose ?", yes: 1, no: "next" },
726
  { q: "Any new approvals needed?", yes: 3, no: "next" },
727
  { q: "Any new access/contracts?", yes: 4, no: 8 },
728
  ],