feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (Ant Drawer)

This commit is contained in:
Dave
2026-01-13 12:18:11 -05:00
parent 912d503ef8
commit 495e5ffad8
6 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ export default function PartsQueueDetailCard() {
};
return (
<Drawer open={!!selected} destroyOnHidden width={drawerPercentage} placement="right" onClose={handleDrawerClose}>
<Drawer open={!!selected} destroyOnHidden size={drawerPercentage} placement="right" onClose={handleDrawerClose}>
{loading ? <LoadingSpinner /> : null}
{error ? <AlertComponent title={error.message} type="error" /> : null}
{data ? (