@@ -774,7 +774,7 @@ export function JobsDetailHeaderActions({
|
||||
menuItems.push(
|
||||
job.inproduction ?
|
||||
{
|
||||
key: 'addtoproduction',
|
||||
key: 'removefromproduction',
|
||||
disabled: !job.converted,
|
||||
label: t("jobs.actions.removefromproduction"),
|
||||
onClick: () => AddToProduction(client, job.id, refetch, true)
|
||||
|
||||
Reference in New Issue
Block a user