Client - fix title update for workout w/ gpx

This commit is contained in:
Sam
2021-11-01 17:41:43 +01:00
parent c47fc6c5b6
commit 5d0e4dd266
10 changed files with 18 additions and 17 deletions

View File

@ -342,6 +342,7 @@
}
if (props.workout) {
if (props.workout.with_gpx) {
payload.title = workoutForm.title
store.dispatch(WORKOUTS_STORE.ACTIONS.EDIT_WORKOUT, {
workoutId: props.workout.id,
data: payload,