mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-09-14 11:35:42 -05:00
[change] search reset won't clear url
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user