more
This commit is contained in:
@@ -167,11 +167,7 @@ const SignupPage = () => {
|
|||||||
practiceArea,
|
practiceArea,
|
||||||
email,
|
email,
|
||||||
} = dataValues;
|
} = dataValues;
|
||||||
console.log(
|
|
||||||
"customerId, subscriptionId in saveUserData",
|
|
||||||
customerId,
|
|
||||||
subscriptionId
|
|
||||||
);
|
|
||||||
const userData = {
|
const userData = {
|
||||||
docsAllowed,
|
docsAllowed,
|
||||||
docsGenerated,
|
docsGenerated,
|
||||||
@@ -217,14 +213,14 @@ const SignupPage = () => {
|
|||||||
if (isBusy) {
|
if (isBusy) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
const dataValues = validateUserData();
|
const dataValues = validateUserData();
|
||||||
if (dataValues === null) {
|
if (dataValues === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
saveLeadData(dataValues);
|
saveLeadData(dataValues);
|
||||||
*/
|
|
||||||
setShowSelectPlan(!showSelectPlan);
|
setShowSelectPlan(!showSelectPlan);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user