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

delete ... in search and select component

This commit is contained in:
Michael An
2023-12-04 15:13:56 +08:00
parent 389d3a35eb
commit acaad1d0d1
18 changed files with 18 additions and 18 deletions

View File

@@ -250,7 +250,7 @@ class SysAdminShareToGroup extends React.Component {
<SeahubSelect
onChange={this.handleSelectChange}
options={this.options}
placeholder={gettext('Select groups...')}
placeholder={gettext('Select groups')}
maxMenuHeight={200}
value={this.state.selectedOption}
components={{ NoOptionsMessage: NoGroupMessage }}