From 6a13648eb79b56320d31dded83a8e12119c87b73 Mon Sep 17 00:00:00 2001 From: Sean Hughes Date: Thu, 9 Jan 2025 14:08:17 -0500 Subject: [PATCH] fix errorchart height prop for reference components --- .../src/lib/unsorted/viz/core/ErrorChart.svelte | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/ui/core-components/src/lib/unsorted/viz/core/ErrorChart.svelte b/packages/ui/core-components/src/lib/unsorted/viz/core/ErrorChart.svelte index e277ba4d2a..5c165f8fde 100644 --- a/packages/ui/core-components/src/lib/unsorted/viz/core/ErrorChart.svelte +++ b/packages/ui/core-components/src/lib/unsorted/viz/core/ErrorChart.svelte @@ -3,24 +3,25 @@