1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00
* fix-loading

* fix-group-dialog
This commit is contained in:
Michael An
2019-03-07 12:23:44 +08:00
committed by Daniel Pan
parent c986982f5c
commit 425f629488
4 changed files with 8 additions and 6 deletions

View File

@@ -81,9 +81,9 @@ class SelectEditor extends React.Component {
options={this.options}
className="permission-editor-select"
classNamePrefix="permission-editor"
placeholder={gettext('Select...')}
placeholder={this.props.translateOption(currentOption)}
onChange={this.onOptionChanged}
menuPlacement="auto"
captureMenuScroll={false}
/>
}
{(isTextMode && !this.state.isEditing) &&