UI fixes for manual job creation + owners pages + vehicles pages + all jobs BOD-155
This commit is contained in:
@@ -76,8 +76,7 @@ export function JobDetailCards({ setPrintCenterContext }) {
|
||||
destroyOnClose
|
||||
width={drawerPercentage}
|
||||
placement='right'
|
||||
onClose={handleDrawerClose}
|
||||
footer={<div>The footer.</div>}>
|
||||
onClose={handleDrawerClose}>
|
||||
{loading ? <LoadingSpinner /> : null}
|
||||
{error ? <AlertComponent message={error.message} type='error' /> : null}
|
||||
{data ? (
|
||||
|
||||
Reference in New Issue
Block a user