@bigbinary/neeto-molecules 1.0.106 → 1.0.107

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/dist/EmailForm.js CHANGED
@@ -123,7 +123,7 @@ var INITIAL_FORM_VALUES = {
123
123
  sendTo: [],
124
124
  sendToCc: [],
125
125
  sendToBcc: [],
126
- replyTo: globalProps.user.email,
126
+ replyTo: "",
127
127
  showCopyEmails: false,
128
128
  subject: "",
129
129
  message: ""
@@ -2895,7 +2895,7 @@ var EmailFormProvider = function EmailFormProvider(_ref) {
2895
2895
  customValidations: customValidations
2896
2896
  }),
2897
2897
  initialValues: _objectSpread(_objectSpread({}, initialValues), {}, {
2898
- replyTo: initialValues.replyTo || INITIAL_FORM_VALUES.replyTo
2898
+ replyTo: initialValues.replyTo || globalProps.user.email
2899
2899
  }),
2900
2900
  onSubmit: onSubmit
2901
2901
  }, formikProps)