We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee481c3 commit 99298b9Copy full SHA for 99298b9
trainer/src/components/workout-builder/exercise/exercise.component.ts
@@ -96,7 +96,7 @@ export class ExerciseComponent{
96
this.exercise.description = form.controls['description'].value;
97
this.exercise.image = form.controls['image'].value;
98
this.exercise.nameSound = form.controls['nameSound'].value;
99
- this.exercise.procedure = form.controls['description'].value;
+ this.exercise.procedure = form.controls['procedure'].value;
100
this.exercise.videos = form.controls['videos'].value;
101
}
102
0 commit comments