Skip to content

Commit

Permalink
require state
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Apr 20, 2024
1 parent 3dcc7e1 commit a309f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/JoinForm/JoinForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const JoinForm = () => {
<input type="text" name="street_address" placeholder="Street Address" required />
<input type="text" name="apartment" placeholder="Unit #" required />
<input type="text" name="city" placeholder="City" required />
<Select name="state" placeholder="State" options={options} className={styles.drop} />
<Select name="state" placeholder="State" options={options} className={styles.drop} required />
<input type="number" name="zip" placeholder="Zip Code" required />
<label>
<input type="checkbox" name="roof_access"/>
Expand Down

0 comments on commit a309f14

Please sign in to comment.