fix search bar desync
This commit is contained in:
parent
eb790fb6ac
commit
90b335c30d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export default function SearchBar({
|
||||||
placeholder='Search...'
|
placeholder='Search...'
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
onKeyDown={handleKeyPress}
|
onKeyDown={handleKeyPress}
|
||||||
|
value={searchInput}
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
type='submit'
|
type='submit'
|
||||||
|
|
Loading…
Reference in a new issue