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.
This commit is contained in:
parent
c588196580
commit
d122dfa83f
@ -273,13 +273,14 @@ const ControlPrinter = ({ slicerIntegration = false }) => {
|
||||
visibleState={collapseState}
|
||||
updateVisibleState={updateCollapseState}
|
||||
/>
|
||||
</Space>
|
||||
</Space>
|
||||
</Flex>
|
||||
|
||||
<AlertsDisplay
|
||||
alerts={objectFormState.objectData?.alerts}
|
||||
printerId={printerId}
|
||||
/>
|
||||
</Space>
|
||||
</Space>
|
||||
</Flex>
|
||||
|
||||
<ScrollBox>
|
||||
<Flex vertical gap={'large'}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user