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...'
|
||||
onChange={handleInputChange}
|
||||
onKeyDown={handleKeyPress}
|
||||
value={searchInput}
|
||||
/>
|
||||
<button
|
||||
type='submit'
|
||||
|
|
Loading…
Reference in a new issue