Skip to content

Commit

Permalink
make errors optional
Browse files Browse the repository at this point in the history
Co-authored-by: Nathaniel Cook <NathanielJCook@outlook.com>
  • Loading branch information
KatieMSB and Forfold authored Dec 1, 2023
1 parent 4e282bc commit c2e26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/users/UserContactMethodVerificationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const useStyles = makeStyles({
interface UserContactMethodVerificationFormProps {
contactMethodID: string
disabled: boolean
errors: Error[]
errors?: Error[]
onChange: (value: { code: string }) => void
setSendError: (err: string) => void
value: {
Expand Down

0 comments on commit c2e26b6

Please sign in to comment.