Merge pull request #2168 from spotify/dependabot/npm_and_yarn/react-hook-form-6.6.0
chore(deps): bump react-hook-form from 5.7.2 to 6.6.0
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-hook-form": "^5.7.2",
|
||||
"react-hook-form": "^6.6.0",
|
||||
"react-router": "6.0.0-beta.0",
|
||||
"react-router-dom": "6.0.0-beta.0",
|
||||
"react-sparklines": "^1.7.0",
|
||||
|
||||
@@ -110,7 +110,7 @@ const Component: ProviderComponent = ({ onResult }) => {
|
||||
color="primary"
|
||||
variant="outlined"
|
||||
className={classes.button}
|
||||
disabled={!formState?.dirty || !isEmpty(errors)}
|
||||
disabled={!formState?.isDirty || !isEmpty(errors)}
|
||||
>
|
||||
Continue
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user