Unverified Commit e202d7b8 authored by Hyoban's avatar Hyoban Committed by GitHub

fix: banner text click not work (#104)

* fix: banner text click not work

* fix: replenish duration
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
parent 5a20db0b
......@@ -44,7 +44,15 @@ const locationService = {
},
clearQuery: () => {
store.dispatch(setQuery({}));
store.dispatch(
setQuery({
tag: undefined,
type: undefined,
duration: undefined,
text: undefined,
shortcutId: undefined,
})
);
updateLocationUrl();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment