From f5459957b44056ee9531eaaa89bfed28209df568 Mon Sep 17 00:00:00 2001 From: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:02:07 +0100 Subject: [PATCH] 280: Fixed screen layout overlapping issue --- CHANGELOG.md | 2 ++ src/components/screen/util/grid-generation-and-select.jsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d623c7fa..7166daef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- [#238](https://github.com/os2display/display-admin-client/pull/238) + - Fixed screen layout overlapping issue. - [#237](https://github.com/os2display/display-admin-client/pull/237) - Fixed isCampaign check for playlist relation puts. - Removed redux/api.js since it was unused. diff --git a/src/components/screen/util/grid-generation-and-select.jsx b/src/components/screen/util/grid-generation-and-select.jsx index 2a8876c4..35dd885a 100644 --- a/src/components/screen/util/grid-generation-and-select.jsx +++ b/src/components/screen/util/grid-generation-and-select.jsx @@ -113,7 +113,7 @@ function GridGenerationAndSelect({ -