Skip to content

Commit

Permalink
Update UserForm.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich47 committed May 4, 2023
1 parent 1a44553 commit 0bb722b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/AccountPage/UserForm/UserForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export const UserForm = () => {
placeholderText="dd-MM-yyyy"
formatWeekDay={day => day.charAt(0)}
calendarStartDay={1}
disabledKeyboardNavigation
hasError={formik.touched.birthday && formik.errors.birthday}
success={formik.touched.birthday && !formik.errors.birthday}
/>
Expand Down

0 comments on commit 0bb722b

Please sign in to comment.