update as in the harvest plan api

This commit is contained in:
csawatzky 2025-04-21 16:02:31 -06:00
parent 0d3f7fa8a6
commit a99ab8b8b5
3 changed files with 16 additions and 13 deletions

View file

@ -48,7 +48,7 @@ export default function DuplicateHarvestPlan(props: Props) {
if (title !== "") {
planSettings.title = title;
}
harvestPlanAPI.addHarvestPlan(planSettings).then(resp => {
harvestPlanAPI.addHarvestPlan(planSettings, as).then(resp => {
let tasks = planTasks;
tasks.forEach(task => {
task.settings.objectKey = resp.data.harvestPlan;