mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Changes
This commit is contained in:
@@ -42,7 +42,7 @@ const AddEmailContent = ({ formData, errors, showErrors, confirmChanges }) => (
|
||||
onChange={this.onChange}
|
||||
defaultValue=""
|
||||
hasError={!formData.emailAddress || errors.emailAddress}
|
||||
errorMsg={errors.emailAddress}
|
||||
errorMsg={'Invalid email address'}
|
||||
showError={showErrors}
|
||||
columnDisplay
|
||||
showSuccess={false}
|
||||
|
||||
Reference in New Issue
Block a user