Skip to content

Commit

Permalink
Make email field required
Browse files Browse the repository at this point in the history
  • Loading branch information
ccschmitz committed May 2, 2024
1 parent 814c4cc commit 7d5c6d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function InviteMemberModal({
className={styles.emailInput}
placeholder="Email"
type="email"
required
name="invitedEmail"
autoFocus
value={email}
Expand Down

0 comments on commit 7d5c6d2

Please sign in to comment.