mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
force remote assessment null
This commit is contained in:
parent
c199f05da9
commit
37383226dc
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ function useCreateRemoteAssessment({
|
|||
async function triggerEngine(data: FormValues) {
|
||||
try {
|
||||
const triggerBody: EngineTriggerBody = {
|
||||
scenario_id: scenarioId || null,
|
||||
scenario_id: scenarioId === "__new__" ? null : scenarioId,
|
||||
portfolio_id: portfolioId,
|
||||
housing_type: data.housingType,
|
||||
goal: data.goal,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue