IO-1075 Io-1074 Admin disable updates

This commit is contained in:
Patrick Fic
2021-05-10 21:43:42 -07:00
parent 15bf129b6e
commit 63a86849fb
3 changed files with 5 additions and 12 deletions

View File

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