Added status state machine BOD-251
This commit is contained in:
@@ -84,7 +84,6 @@ export function JobsDetailPage({
|
||||
mutationUpdateJob,
|
||||
handleSubmit,
|
||||
refetch,
|
||||
updateJobStatus,
|
||||
bodyshop,
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
@@ -155,7 +154,6 @@ export function JobsDetailPage({
|
||||
job={job}
|
||||
refetch={refetch}
|
||||
handleSubmit={handleSubmit}
|
||||
updateJobStatus={updateJobStatus}
|
||||
loading={loading}
|
||||
/>
|
||||
<Tabs
|
||||
|
||||
Reference in New Issue
Block a user