1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

[share dialog] fixed 'permission' problem for 'share to user' & 'share

to group'

* bugfix for 'select-editor'
This commit is contained in:
llj
2021-07-26 18:06:30 +08:00
parent 1a129ce967
commit 0f0e407048

View File

@@ -95,6 +95,7 @@ class SelectEditor extends React.Component {
className="permission-editor-select" className="permission-editor-select"
classNamePrefix="permission-editor" classNamePrefix="permission-editor"
placeholder={this.props.translateOption(currentOption)} placeholder={this.props.translateOption(currentOption)}
value={currentOption}
onChange={this.onOptionChanged} onChange={this.onOptionChanged}
captureMenuScroll={false} captureMenuScroll={false}
/> />