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

Merge branch '7.1' into 8.0

This commit is contained in:
lian
2021-07-29 11:14:49 +08:00

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}
/>