@@ -354,7 +354,7 @@ const handleSubmit = async (_type) => {
proxy
.post("/flowExample/setStartData", {
exampleId: route.query.id,
- startDate: data,
+ startData: data,
})
.then();
}