fix(metrics/insights): data stay in fetching once fully loaded (close #1119 )

This commit is contained in:
lowlighter
2022-07-04 17:54:05 -04:00
parent b239cfcb1a
commit dade2cd2bd

View File

@@ -132,6 +132,7 @@
} }
else { else {
this.metrics = data this.metrics = data
this.loaded = ["base", ...Object.keys(this.metrics?.rendered?.plugins ?? {})]
} }
} }
catch (error) { catch (error) {