Fixed searchbar again
This commit is contained in:
parent
3adfed4752
commit
7766bedfd1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const SearchBar = () => {
|
|||
if (query.split(' ')[0].includes('/')) {
|
||||
handleQueryWithProvider(query);
|
||||
} else {
|
||||
//window.location = 'https://google.com/search?q=' + query;
|
||||
window.location = 'https://google.com/search?q=' + query;
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue