mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
revert
This commit is contained in:
parent
992baf7745
commit
feb80afb35
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Navigation extends React.Component {
|
|||
}
|
||||
|
||||
handleSearchSubmit (formData) {
|
||||
if (formData.q.trim() === '') return null; // don't submit empty searches
|
||||
if (formData.q.trim() === '') return; // don't submit empty searches
|
||||
|
||||
let targetUrl = '/search/projects';
|
||||
if (formData.q) {
|
||||
|
|
Loading…
Reference in a new issue