mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #166 from Hestia-Homes/new-reporting
enforce budget to be float
This commit is contained in:
commit
ab92d11563
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ export function useUploadCsvPlan({
|
|||
patches_file_path: "",
|
||||
non_invasive_recommendations_file_path: "",
|
||||
multi_plan: true,
|
||||
budget: budget,
|
||||
budget: budget === null ? null : Number(budget),
|
||||
scenario_name: scenarioName,
|
||||
inclusions: measures,
|
||||
event_type: "remote_assessment",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue