@@ -43,5 +43,4 @@ export default function AddToProduction(
|
||||
|
||||
//insert the new job. call the callback with the returned ID when done.
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -898,7 +898,7 @@ export function JobsDetailHeaderActions({
|
||||
},
|
||||
];
|
||||
|
||||
if (job.csiinvites.length) {
|
||||
if (job?.csiinvites?.length) {
|
||||
children.push(
|
||||
{
|
||||
type: "divider"
|
||||
|
||||
@@ -59,7 +59,6 @@ export default async function DuplicateJob(
|
||||
|
||||
//insert the new job. call the callback with the returned ID when done.
|
||||
|
||||
|
||||
}
|
||||
|
||||
export async function CreateIouForJob(
|
||||
|
||||
Reference in New Issue
Block a user