Add Email provider.

This commit is contained in:
Yang Luo
2021-05-14 23:45:20 +08:00
parent b7cbc0e015
commit fb9f18af2c
8 changed files with 101 additions and 25 deletions

View File

@ -121,7 +121,7 @@ class OrganizationEditPage extends React.Component {
{i18next.t("organization:Website URL")}:
</Col>
<Col span={22} >
<Input value={this.state.organization.websiteUrl} onChange={e => {
<Input prefix={<LinkOutlined/>} value={this.state.organization.websiteUrl} onChange={e => {
this.updateOrganizationField('websiteUrl', e.target.value);
}} />
</Col>