CSR-803: correct missing reference

This commit is contained in:
Adam Caouette 2022-11-07 14:13:54 -05:00
parent d907080bf6
commit 262980bfa3
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ export default {
// reset selectedAnswers for this glassPiece
this.selectedAnswers[glassPiece.answerKey] = [];
const updatedGlassPiece = this.setupInitialData(glass, i, alreadyAnsweredQuestions);
const updatedGlassPiece = this.setupInitialData(glassPiece, i, alreadyAnsweredQuestions);
// Set up watch for each set of glass questions
this.$watch(

View file

@ -84,7 +84,7 @@ export default {
// reset selectedAnswers for this glassPiece
this.selectedAnswers[glassPiece.answerKey] = [];
const updatedGlassPiece = this.setupInitialData(glass, i, alreadyAnsweredQuestions);
const updatedGlassPiece = this.setupInitialData(glassPiece, i, alreadyAnsweredQuestions);
this.$watch(
"selectedAnswers." + glassPiece.answerKey,

View file

@ -84,7 +84,7 @@ export default {
// reset selectedAnswers for this glassPiece
this.selectedAnswers[glassPiece.answerKey] = [];
const updatedGlassPiece = this.setupInitialData(glass, i, alreadyAnsweredQuestions);
const updatedGlassPiece = this.setupInitialData(glassPiece, i, alreadyAnsweredQuestions);
// Set up watch for each set of glass questions
this.$watch(