Skip to content

Commit

Permalink
Update ExerciseConfiguration.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
davbrican committed Jul 8, 2021
1 parent ab110bf commit 82b328c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ExerciseConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export default {
}
this.tests = tests;
this.inputsSolutions = []
for (let i = 0; i < this.tests[this.selectedTest].exercises.length; i++) {
this.inputsSolutions.push(this.tests[this.selectedTest].exercises[i].solutions);
}
Expand Down

0 comments on commit 82b328c

Please sign in to comment.