Skip to content

Commit

Permalink
Sync owner form bug #819 (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
NelyDavtyan authored Aug 1, 2022
1 parent b869029 commit 2dbba2e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,7 @@ const Identity: React.FC<IdentityProps> = ({
type="submit"
form="owner-connect-form"
fullWidth
disabled={
!methods.formState.isValid || !methods.formState.isDirty
}
disabled={!methods.formState.isValid}
>
Sync owner
</AppButton>
Expand Down

0 comments on commit 2dbba2e

Please sign in to comment.