Skip to content

Commit

Permalink
fix: dummy data was missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Mar 10, 2024
1 parent 56c660f commit a84fe7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/state/QuickformState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export const defaultData: QuickFormModel = {
buttonText: "Submit",
submitFields: [
{
intermediate: false,
visited:false,
questionKey: "question1",
logicalName: "question1",
inputType: "text",
Expand All @@ -68,6 +70,8 @@ export const defaultData: QuickFormModel = {
output: {}
},
{
intermediate: false,
visited:false,
questionKey: "question1",
logicalName: "question2",
inputType: "email",
Expand Down

0 comments on commit a84fe7f

Please sign in to comment.