From d4ae8b0f91457163c6cde152fed48f24a17ce527 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Mon, 14 Apr 2025 14:33:49 +0200 Subject: [PATCH] fix(Dashboard Grid Height): a bug was removed where the grid height was not correct when adding a new widget and the widget was not correctly displayed when adding a new widget --- public/js/components/Dashboard/Section.js | 2 +- public/js/components/Drop/Grid.js | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/public/js/components/Dashboard/Section.js b/public/js/components/Dashboard/Section.js index 1631cadcd..b14047148 100644 --- a/public/js/components/Dashboard/Section.js +++ b/public/js/components/Dashboard/Section.js @@ -193,7 +193,7 @@ export default {