Added server side job calculation. BOD-267
This commit is contained in:
@@ -30,6 +30,7 @@ export function JobsDetailHeader({
|
||||
bodyshop,
|
||||
updateJobStatus,
|
||||
setScheduleContext,
|
||||
loading,
|
||||
form,
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
@@ -79,6 +80,7 @@ export function JobsDetailHeader({
|
||||
<JobsDetailHeaderActions key="actions" job={job} refetch={refetch} />
|
||||
<Button
|
||||
type="primary"
|
||||
loading={loading}
|
||||
className="imex-flex-row__margin"
|
||||
onClick={() => form.submit()}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user