@aclymatepackages/modules 4.1.6 → 4.1.7
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.
|
@@ -55,7 +55,8 @@ const CompanyOnboardingInput = _ref => {
|
|
|
55
55
|
}, {
|
|
56
56
|
label: "What is your email address?",
|
|
57
57
|
value: email,
|
|
58
|
-
editData: editInputData("email")
|
|
58
|
+
editData: editInputData("email"),
|
|
59
|
+
onNextStep: () => onFormComplete(inputData)
|
|
59
60
|
}] : [];
|
|
60
61
|
const nonPeopleDataLabsCompanyInputs = [{
|
|
61
62
|
label: "How many employees work for your company?",
|
package/package.json
CHANGED