CSR-803: correct missing reference
This commit is contained in:
parent
d907080bf6
commit
262980bfa3
3 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue