diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 0bf93138770f8712460cdb5e3673d4b53398b8d8..2bd30f8c25e4c0c7ba946991e280dd05379cb516 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -170,6 +170,7 @@ function load_articles(self, query, offset, n, dict) { function navigate_to_query(self, word) { + self.error = null self.waiting_for_articles = true let query = self.event ? self.event : {match: word} self.query = query