IO-1049 Unvoid RO.
This commit is contained in:
@@ -55,7 +55,11 @@ export function JobAdminMarkReexport({ bodyshop, job }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<Button loading={loading} onClick={handleUpdate}>
|
||||
<Button
|
||||
loading={loading}
|
||||
disabled={!job.date_exported}
|
||||
onClick={handleUpdate}
|
||||
>
|
||||
{t("jobs.labels.markforreexport")}
|
||||
</Button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user