From d122dfa83f8177b0b903ce70b7f5fcfa1ef19344 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 26 Jul 2026 15:00:58 +0100 Subject: [PATCH] Update ControlPrinter to consistently render AlertsDisplay component - Moved the AlertsDisplay component to ensure it is always rendered within the ControlPrinter, improving visibility of alerts. - Enhanced layout consistency by maintaining the structure of the component within the Flex container. --- .../Dashboard/Production/Printers/ControlPrinter.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Dashboard/Production/Printers/ControlPrinter.jsx b/src/components/Dashboard/Production/Printers/ControlPrinter.jsx index d38d69b..57da8b7 100644 --- a/src/components/Dashboard/Production/Printers/ControlPrinter.jsx +++ b/src/components/Dashboard/Production/Printers/ControlPrinter.jsx @@ -273,14 +273,15 @@ const ControlPrinter = ({ slicerIntegration = false }) => { visibleState={collapseState} updateVisibleState={updateCollapseState} /> - + +