bugfix: LyricSearch.jsx - search button handling
This commit is contained in:
@@ -250,7 +250,7 @@ export function LyricSearchInputField({ id, placeholder, setShowLyrics }) {
|
||||
size={40}
|
||||
aria-controls="lyric-search-input"
|
||||
/>
|
||||
<Button onClick={handleSearch} className="btn">
|
||||
<Button onClick={() => handleSearch()} className="btn">
|
||||
Search
|
||||
</Button>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user