mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
fix(ara-projects): copy the empty-dependents constant per option (#410)
Every unselected card was handed the same NO_DEPENDENTS object; a caller mutating one would have moved them all. Spread it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
40bc9a6a64
commit
4366835b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ export async function listWorkstreamOptions(
|
|||
contractors: selection.contractors,
|
||||
workOrders: selection.workOrders,
|
||||
}
|
||||
: NO_DEPENDENTS,
|
||||
: { ...NO_DEPENDENTS },
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue