diff --git a/lib/actions/form.js b/lib/actions/form.js index c16405f17..bb6c401b9 100644 --- a/lib/actions/form.js +++ b/lib/actions/form.js @@ -55,6 +55,7 @@ export function resetForm(full = false) { // If fully resetting form, also clear the active search, from/to // locations, and query params. dispatch(clearActiveSearch()) + dispatch(settingQueryParam({ departArrive: 'NOW' })) dispatch(setLocation({ location: null, locationType: 'from' })) dispatch(setLocation({ location: null, locationType: 'to' })) // Get query params. Delete everything except sessionId.