1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

translate message (#2906)

This commit is contained in:
杨顺强
2019-01-29 16:12:50 +08:00
committed by Daniel Pan
parent 28b365ec6f
commit 89fe5fba9b

View File

@@ -77,6 +77,7 @@ class SelectEditor extends React.Component {
options={this.options} options={this.options}
className="permission-editor-select" className="permission-editor-select"
classNamePrefix="permission-editor" classNamePrefix="permission-editor"
placeholder={gettext('Select...')}
onChange={this.onOptionChanged} onChange={this.onOptionChanged}
menuPlacement="auto" menuPlacement="auto"
/> />