Added status changing information
This commit is contained in:
@@ -24,7 +24,8 @@ export default function JobsDetailPage({
|
||||
mutationConvertJob,
|
||||
handleSubmit,
|
||||
refetch,
|
||||
scheduleModalState
|
||||
scheduleModalState,
|
||||
updateJobStatus
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
@@ -55,6 +56,7 @@ export default function JobsDetailPage({
|
||||
refetch={refetch}
|
||||
handleSubmit={handleSubmit}
|
||||
scheduleModalState={scheduleModalState}
|
||||
updateJobStatus={updateJobStatus}
|
||||
/>
|
||||
|
||||
{isFieldsTouched() ? (
|
||||
|
||||
Reference in New Issue
Block a user