diff --git a/front/src/applications/stdcmV2/components/StdcmConfig.tsx b/front/src/applications/stdcmV2/components/StdcmConfig.tsx index e7e256378e7..38f388ef224 100644 --- a/front/src/applications/stdcmV2/components/StdcmConfig.tsx +++ b/front/src/applications/stdcmV2/components/StdcmConfig.tsx @@ -98,7 +98,7 @@ const StdcmConfig = ({ disabled={isPending} setCurrentSimulationInputs={setCurrentSimulationInputs} /> - + - + } + onClick={() => { + const newPathSteps = addElementAtIndex(pathSteps, pathSteps.length - 1, null); + dispatch(updatePathSteps(newPathSteps)); + }} + /> ); };