From dade2cd2bd10216ce3e04ee9b67fb0202cdf59d9 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:54:05 -0400 Subject: [PATCH] fix(metrics/insights): data stay in fetching once fully loaded (close #1119 ) --- source/app/web/statics/about/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/app/web/statics/about/script.js b/source/app/web/statics/about/script.js index 1c80a7a6..8ddd31d6 100644 --- a/source/app/web/statics/about/script.js +++ b/source/app/web/statics/about/script.js @@ -132,6 +132,7 @@ } else { this.metrics = data + this.loaded = ["base", ...Object.keys(this.metrics?.rendered?.plugins ?? {})] } } catch (error) {