Skip to content

Commit

Permalink
Update to formik 2.0.1 to fix isValid bug (jaredpalmer/formik#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Jun 3, 2020
1 parent 741a3c5 commit c3672c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 72 deletions.
88 changes: 18 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"axios": "^0.19.0",
"classnames": "^2.2.6",
"date-fns": "^2.0.0-alpha.36",
"formik": "^1.5.8",
"formik": "^2.0.1",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"nav-frontend-alertstriper": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Containers/InntektsForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const InntektsForm = props => {
onClick={bekreftManuellEndring}
spinner={isSubmitting}
autoDisableVedSpinner
disabled={(!hentInntektStatus && !dirty) || !isValid}
disabled={(!hentInntektStatus && !dirty)}
>
Bekreft
</Hovedknapp>
Expand Down

0 comments on commit c3672c0

Please # to comment.