IO-830 Label fix.
This commit is contained in:
@@ -68,8 +68,8 @@ export function JobDetailCards({ setPrintCenterContext }) {
|
||||
<Drawer
|
||||
visible={!!selected}
|
||||
destroyOnClose
|
||||
height={drawerPercentage}
|
||||
placement="top"
|
||||
width={drawerPercentage}
|
||||
placement="right"
|
||||
onClose={handleDrawerClose}
|
||||
>
|
||||
{loading ? <LoadingSpinner /> : null}
|
||||
|
||||
Reference in New Issue
Block a user