From 1472bd5cfc141ce2b6e34cab78d298152d70e615 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Thu, 23 Dec 2021 15:21:36 +0100 Subject: [PATCH] cleanup --- src/components/DictionaryView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 5b2ff271..402a7d73 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -152,7 +152,6 @@ function load_articles(self, query, offset, n, dict) { dictionary: dict }) }) - // TODO: Error handling must be moved self.article = null self.search_results[dict] = results }) -- GitLab