Skip to content

Commit

Permalink
fix(pencil): novalidate form
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef.el-mkhantar committed Mar 28, 2024
1 parent b93624c commit 92b5480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/home/HomeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ function HomeForm(props: AuthModalProps) {
e.preventDefault();
handle();
}}
noValidate
>
<div className={styles.confButtons}>
<Input
Expand Down

0 comments on commit 92b5480

Please sign in to comment.