askbot-dragon 0.7.50 → 0.7.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "0.7.50",
3
+ "version": "0.7.51",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -801,7 +801,7 @@ export default {
801
801
 
802
802
  }
803
803
  else {
804
- if (this.formList.form.formFieldRelation[i].formField.extInfo.options){
804
+ if (this.formList.form.formFieldRelation[i].formField.extInfo && this.formList.form.formFieldRelation[i].formField.extInfo.options){
805
805
  if (this.formList.form.formFieldRelation[i].formField.type === 'RADIO') {
806
806
  for (let j = 0; j < this.formList.form.formFieldRelation[i].formField.extInfo.options.length; j++) {
807
807
  if(!this.formList.form.formFieldRelation[i].formField.extInfo.options[j].value)