@vendasta/forms_microservice 0.12.0 → 0.13.0

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.
@@ -414,6 +414,9 @@ class FormConfig {
414
414
  if (typeof this.submitButtonLabel !== 'undefined') {
415
415
  toReturn['submitButtonLabel'] = this.submitButtonLabel;
416
416
  }
417
+ if (typeof this.createInboxConversation !== 'undefined') {
418
+ toReturn['createInboxConversation'] = this.createInboxConversation;
419
+ }
417
420
  return toReturn;
418
421
  }
419
422
  }