Skip to content

Commit

Permalink
front: add trigram of new selected op
Browse files Browse the repository at this point in the history
Signed-off-by: SarahBellaha <sarah.bellaha@sncf.fr>
  • Loading branch information
SarahBellaha committed Nov 4, 2024
1 parent 5ab21cb commit 8a8e684
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const StdcmOperationalPoint = ({ point, opPointId, disabled }: StdcmOperationalP
ch: p.ch,
uic: p.uic,
coordinates: p.geographic.coordinates,
trigram: p.trigram,
}
: { name: undefined, ch: undefined, uic: -1, coordinates: undefined };
dispatch(updateStdcmPathStep({ id: point.id, updates: newPoint }));
Expand Down

0 comments on commit 8a8e684

Please sign in to comment.