IO-1050 Mark for Reexport disable logic.

This commit is contained in:
Patrick Fic
2021-05-18 14:29:14 -07:00
parent 2e614197e1
commit 7ee2c548fb
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export function JobAdminMarkReexport({ bodyshop, job }) {
return (
<Button
loading={loading}
disabled={(!job.voided && !job.date_exported) || !job.converted}
disabled={!job.date_exported}
onClick={handleUpdate}
>
{t("jobs.labels.markforreexport")}

View File

@@ -53,7 +53,7 @@ export function JobsCloseContainer({ setBreadcrumbs, setSelectedHeader }) {
setBreadcrumbs([
{
link: `/manage/jobs/${jobId}/`,
link: `/manage/jobs/`,
label: t("titles.bc.jobs"),
},
{