We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8ba6f commit 7a3443cCopy full SHA for 7a3443c
src/routes/settings/routes/profile/components/ProfileSettingsForm.jsx
@@ -310,7 +310,7 @@ class ProfileSettingsForm extends Component {
310
required={fieldsConfig.country}
311
validationError="Please enter Country"
312
/>
313
- {this.state.countrySelectionDirty && (
+ {this.state.countrySelectionDirty && !_.isUndefined(fieldsConfig.businessPhone) && (
314
<div styleName="warningText">
315
Note: Changing the country also updates the country code of
316
business phone.
0 commit comments