summit-registration-lite 5.0.1 → 5.0.2

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
@@ -2207,6 +2207,7 @@ const PersonalInfoComponent = ({
2207
2207
 
2208
2208
  const onCompanyChange = ev => {
2209
2209
  const newCompany = ev.target.value;
2210
+ console.log("RegistrationLite::onCompanyChange", newCompany);
2210
2211
  setCompanyError(false);
2211
2212
  setPersonalInfo(personal_information_objectSpread(personal_information_objectSpread({}, personalInfo), {}, {
2212
2213
  company: newCompany