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