Skip to content

Commit 1965092

Browse files
claraniyounesschrifi
authored andcommitted
front: fix get trainScheduleResults request in StdmRequestModal
1 parent e24a97c commit 1965092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/applications/stdcm/views/StdcmRequestModal.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function StdcmRequestModal(props) {
7676
get(`${trainscheduleURI}results/`, {
7777
params: {
7878
timetable_id: osrdconf.timetableID,
79-
path: result.path.id,
79+
path_id: result.path.id,
8080
},
8181
}).then((simulationLocal) => {
8282
const newSimulation = {};

0 commit comments

Comments
 (0)