diy-template-components 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -7568,7 +7568,7 @@ const FormPage = ({
7568
7568
  formData[question._id] = {
7569
7569
  questionName: question.text,
7570
7570
  questionType: question.type,
7571
- solutionArray: []
7571
+ solutionArray: [' ']
7572
7572
  };
7573
7573
  });
7574
7574
  setFormData(formData);