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

repair search bug (#5644)

This commit is contained in:
杨顺强
2023-09-15 13:37:01 +08:00
committed by GitHub
parent 439543d8bb
commit a173d4fb66
6 changed files with 7 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ class OrgUsersSearchUsers extends Component {
<div className="cur-view-content">
<div className="mt-4 mb-6">
<h4 className="border-bottom font-weight-normal mb-2 pb-1">{gettext('Search Users')}</h4>
<Form>
<Form tag={'div'}>
<FormGroup row>
<Col sm={5}>
<Input type="text" name="query" value={query} placeholder={gettext('Search users')} onChange={this.handleInputChange} />