more
This commit is contained in:
@@ -217,14 +217,14 @@ const SignupPage = () => {
|
||||
if (isBusy) {
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
const dataValues = validateUserData();
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
saveLeadData(dataValues);
|
||||
|
||||
*/
|
||||
setShowSelectPlan(!showSelectPlan);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user