enforce budget to be float

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-19 17:17:08 +00:00
parent 6a8a4da301
commit b4d4a1e6af

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