From 7a39f7b301b8bd67c48fad549e6862ca73c22a68 Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Tue, 11 Jan 2022 14:05:29 +0100
Subject: [PATCH] fix language switcing bug

---
 src/components/DictionaryView.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index b100008f..3a0b9115 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -469,7 +469,6 @@ export default {
       update_lang_form: function (lang) {
         this.lang = lang
         this.page = 1
-        this.reload_params()
       },
       update_scope: function(scope) {
         this.scope = scope
-- 
GitLab