summit-registration-lite 5.0.45-beta.3 → 5.0.46

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/index.js CHANGED
@@ -4211,6 +4211,9 @@ const RegistrationLite = _ref => {
4211
4211
  applyPromoCode: applyPromoCode,
4212
4212
  removePromoCode: () => {
4213
4213
  setFormErrors({});
4214
+ setFormValues(registration_lite_objectSpread(registration_lite_objectSpread({}, formValues), {}, {
4215
+ promoCode: ""
4216
+ }));
4214
4217
  removePromoCode();
4215
4218
  },
4216
4219
  promoCode: promoCode,