[change] search reset won't clear url

This commit is contained in:
Daniel
2018-04-16 20:30:37 -04:00
parent 78037aa0eb
commit d8eb269068
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -259,7 +259,7 @@ export default class SearchCollection extends React.Component {
reset = (event) => { reset = (event) => {
event.preventDefault(); event.preventDefault();
event.stopPropagation(); event.stopPropagation();
this.props.history.push('/collection/'); // this.props.history.push('/collection/');
this.cleanInput(); this.cleanInput();
} }