1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

repair code

This commit is contained in:
王健辉
2019-05-10 12:10:10 +08:00
parent 6d27785695
commit 2d552a9351
3 changed files with 15 additions and 5 deletions

View File

@@ -76,14 +76,14 @@ class TransferDialog extends React.Component {
maxMenuHeight={200}
hideSelectedOptions={true}
components={makeAnimated()}
placeholder={gettext('Select a Department')}
placeholder={gettext('Select a department')}
options={this.options}
onChange={this.handleSelectChange}
/>
}
{isPro &&
<a href="#" onClick={this.onClick}>{this.state.transferToUser ?
gettext('Transfer Library to Department'): gettext('Transfer Library to User')}
gettext('Transfer to department'): gettext('Transfer to user')}
</a>
}
</ModalBody>