diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9e42aed0..a9dea1c0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version +* [fix] Fix submit button state on contact details page + [#864](https://github.com/sharetribe/flex-template-web/pull/864) * [fix] Fix initial message input clearing too early in checkout page. [#861](https://github.com/sharetribe/flex-template-web/pull/861) * [fix] Fix setting Topbar search input initial value. diff --git a/src/forms/ContactDetailsForm/ContactDetailsForm.js b/src/forms/ContactDetailsForm/ContactDetailsForm.js index 7244f466a7..36b8df683c 100644 --- a/src/forms/ContactDetailsForm/ContactDetailsForm.js +++ b/src/forms/ContactDetailsForm/ContactDetailsForm.js @@ -59,7 +59,6 @@ class ContactDetailsFormComponent extends Component { inProgress, intl, invalid, - ready, sendVerificationEmailError, sendVerificationEmailInProgress, values, @@ -320,7 +319,7 @@ class ContactDetailsFormComponent extends Component { className={css.submitButton} type="submit" inProgress={inProgress} - ready={ready} + ready={pristineSinceLastSubmit} disabled={submitDisabled} >