We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24a97c commit 1965092Copy full SHA for 1965092
front/src/applications/stdcm/views/StdcmRequestModal.jsx
@@ -76,7 +76,7 @@ export default function StdcmRequestModal(props) {
76
get(`${trainscheduleURI}results/`, {
77
params: {
78
timetable_id: osrdconf.timetableID,
79
- path: result.path.id,
+ path_id: result.path.id,
80
},
81
}).then((simulationLocal) => {
82
const newSimulation = {};
0 commit comments