diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index b2071f3d..41961f30 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -80,6 +80,9 @@ export default { suggestionsVisible: false, }; }, + mounted() { + this.onSearchTextChange(new URLSearchParams(window.location.search).get("search_query")); + }, computed: { shouldShowLogin(_this) { return _this.getAuthToken() == null;