succo ace

This commit is contained in:
matteo
2019-01-14 19:23:29 +01:00
parent ab13120448
commit 7d94fb34ca
12 changed files with 18878 additions and 217 deletions
-1
View File
@@ -27,7 +27,6 @@ class TopBar extends Component {
});
}
handleSubmit(event) {
//alert(this.state.query);
event.preventDefault();
event.target.reset();
this.props.history.push('/search/'+this.state.query);