mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
Fix select UI (#5780)
* fix repo api permission value * fix transfer repo dialog select * fix create repo dialog select template or storage * fix data type check and text
This commit is contained in:
@@ -87,6 +87,7 @@ class TransferDialog extends React.Component {
|
||||
placeholder={gettext('Select a department')}
|
||||
options={this.options}
|
||||
onChange={this.handleSelectChange}
|
||||
value={this.state.selectedOption}
|
||||
/>
|
||||
}
|
||||
{isPro && canTransferToDept &&
|
||||
|
Reference in New Issue
Block a user