Add AffiliationUrl.

This commit is contained in:
Yang Luo
2021-05-24 21:27:00 +08:00
parent b23e8cf90c
commit 089ff6c6eb
5 changed files with 30 additions and 9 deletions

View File

@ -256,6 +256,16 @@ class ApplicationEditPage extends React.Component {
}} />
</Col>
</Row>
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={2}>
{i18next.t("general:Affiliation URL")}:
</Col>
<Col span={22} >
<Input prefix={<LinkOutlined/>} value={this.state.application.affiliationUrl} onChange={e => {
this.updateApplicationField('affiliationUrl', e.target.value);
}} />
</Col>
</Row>
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={2}>
{i18next.t("general:Providers")}: