From ae0686fb53e5596023942212469ba9a231d2f6c8 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 24 Jul 2025 17:15:04 -0400 Subject: [PATCH] fix dashboard result rerender after evaluation --- frontend/src/dashboard-result/dashboard-result.html | 6 +++--- frontend/src/dashboard/dashboard.html | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/dashboard-result/dashboard-result.html b/frontend/src/dashboard-result/dashboard-result.html index 2790bb5..790aa64 100644 --- a/frontend/src/dashboard-result/dashboard-result.html +++ b/frontend/src/dashboard-result/dashboard-result.html @@ -1,10 +1,10 @@
-
+
+ :is="getComponentForValue(el)" + :value="el">
diff --git a/frontend/src/dashboard/dashboard.html b/frontend/src/dashboard/dashboard.html index b82d1a1..99abb32 100644 --- a/frontend/src/dashboard/dashboard.html +++ b/frontend/src/dashboard/dashboard.html @@ -40,7 +40,11 @@

{{title}}<

- + +