1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 06:34:40 +00:00

Merge pull request #4952 from haiwen/share-permission-fixup

[share dialog] fixed 'permission' problem for 'share to user' & 'share to group'
This commit is contained in:
Daniel Pan
2021-07-27 09:49:37 +08:00
committed by GitHub

View File

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