This commit is contained in:
Kenneth Jannette
2024-05-26 17:30:46 -05:00
parent d1175f1189
commit e81af6df93
2 changed files with 2 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ const SignupPage = () => {
saveLeadData(dataValues);
setShowPromoModal(!showPromoModal);
setShowSelectPlan(true);
};
const handleToggle = (val) => setIsAnnual(val);