Fix
This commit is contained in:
parent
a6beb0fa82
commit
b74841d99d
|
@ -651,10 +651,10 @@ export async function buildDefaultDocs() {
|
|||
return new LinkDocument(
|
||||
employeeData.table._id!,
|
||||
"Jobs",
|
||||
employeeData.rows[index]._id,
|
||||
employeeData.rows[index]._id!,
|
||||
jobData.table._id!,
|
||||
"Assigned",
|
||||
jobData.rows[index]._id
|
||||
jobData.rows[index]._id!
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue