Merge pull request #166 from Hestia-Homes/new-reporting

enforce budget to be float
This commit is contained in:
KhalimCK 2026-01-21 09:54:58 +00:00 committed by GitHub
commit ab92d11563
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",