mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
repair code
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user