New: Clear all history from History page

This commit is contained in:
Qstick
2021-04-22 23:43:58 -04:00
parent aa6bda7226
commit eb328d7c22
10 changed files with 98 additions and 17 deletions

View File

@@ -34,7 +34,6 @@ class SearchFooterConnector extends Component {
// Listeners
onInputChange = ({ name, value }) => {
console.log(name, value);
this.props.setSearchDefault({ [name]: value });
}