From 6329c1b95e04d2c2abc585a3d380e5d966a8d48a Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 6 Dec 2021 17:44:00 +0100 Subject: [PATCH] todo --- src/components/DictionaryView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index e044ac0a..c60cd5d8 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -139,6 +139,7 @@ function load_articles(self, query, offset, n, dict) { dictionary: dict }) }) + // TODO: Error handling must be moved self.article = null if (!results.length && offset == 0) { if (query.match) { -- GitLab