Skip to content

Commit

Permalink
fix: set default for ts-check
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Jun 21, 2024
1 parent 1045687 commit 45cedd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generic/FormikControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const FormikControl = ({
name,
label,
help,
className,
controlClasses,
className = FormikControl.defaultProps.className,
controlClasses = FormikControl.defaultProps.controlClasses,
...params
}) => {
const {
Expand Down

0 comments on commit 45cedd8

Please sign in to comment.