This commit is contained in:
Fredrik Adelöw
2020-08-31 11:52:57 +02:00
parent 1d2def9cb1
commit 764239fa7a
2 changed files with 2 additions and 2 deletions
@@ -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>