From a9aa0b1bc7f7c87ddcb1e792cc7e5662535e8a29 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Wed, 6 May 2026 12:19:26 +0200 Subject: [PATCH] fix(frontend): restore dashboard chart height --- src/components/dashboard/ChartCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/ChartCard.vue b/src/components/dashboard/ChartCard.vue index 85f0ec1831..d3500b4293 100644 --- a/src/components/dashboard/ChartCard.vue +++ b/src/components/dashboard/ChartCard.vue @@ -49,7 +49,7 @@ const displayNoDataMessage = computed(() => props.noDataMessage ?? t('no-data'))