This commit is contained in:
Kenneth Jannette
2024-02-01 12:30:08 -06:00
parent e4a069a6bc
commit d2c7f1ca19
2 changed files with 71 additions and 2 deletions

View File

@@ -213,14 +213,14 @@ const SignupPage = () => {
if (isBusy) {
return;
}
/*
const dataValues = validateUserData();
if (dataValues === null) {
return;
}
saveLeadData(dataValues);
*/
setShowSelectPlan(!showSelectPlan);
};