1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 03:18:23 +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

@@ -228,7 +228,7 @@ class ShareToOtherServer extends React.Component {
<tr>
<td>
<SeahubSelect
placeholder={gettext('Select a server...')}
placeholder={gettext('Select a server')}
value={selectedServer}
options={ocmRemoteServers}
onChange={this.handleServerChange}