Fix placeholder typo

This commit is contained in:
Gucheng Wang
2022-09-03 18:52:35 +08:00
parent 0395b7e1a9
commit 409be85264
2 changed files with 8 additions and 4 deletions

View File

@ -547,7 +547,7 @@ class ProviderEditPage extends React.Component {
</Col>
<Col span={4} >
<Input value={this.state.testEmail}
placeHolder = {i18next.t("user:Input your email")}
placeholder = {i18next.t("user:Input your email")}
onChange={e => {
this.setState({testEmail: e.target.value});
}} />