mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 03:11:25 +00:00
parent
df31cb53cb
commit
cc1308a7d0
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ export class Search extends Component<any, SearchState> {
|
|||
aria-label={i18n.t("search")}
|
||||
onInput={linkEvent(this, this.handleQChange)}
|
||||
required
|
||||
minLength={3}
|
||||
minLength={1}
|
||||
/>
|
||||
<button type="submit" class="btn btn-secondary mr-2 mb-2">
|
||||
{this.state.loading ? <Spinner /> : <span>{i18n.t("search")}</span>}
|
||||
|
|
Loading…
Reference in a new issue