This commit is contained in:
Kenneth Jannette
2024-02-23 05:00:49 -06:00
parent f422468d97
commit aa5cd3a17d
5 changed files with 26 additions and 8 deletions

View File

@@ -62,6 +62,8 @@ const SignupPage = () => {
const [showPromoModal, setShowPromoModal] = useState(false);
const [issueText, setIssueText] = useState("");
const [isAnnual, setIsAnnual] = useState(1);
const [valX, setValX] = useState(0);
const [valY, setValY] = useState(2);
const handleChangeInput = (e, name) => {
const newData = handleFormDataChange(e, name, data, signupFields);