This commit is contained in:
Kenneth Jannette
2024-02-01 16:38:47 -06:00
parent 1ab0a190cc
commit c29913b128

View File

@@ -21,7 +21,7 @@ export const signupFields = {
minLength: 3, minLength: 3,
maxLength: 45, maxLength: 45,
type: "select", type: "select",
values: ["Florida", "Massachusetts", "New Jersey", "New York"], values: ["Florida", "New Jersey", "New York"],
}, },
zipCode: { zipCode: {
required: true, required: true,