Skip to content

Commit

Permalink
fix: warning visibility on edit (#12495)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Lim <46486515+domlimm@users.noreply.github.com>
  • Loading branch information
Zxun2 and domlimm committed Jun 29, 2023
1 parent b4a12c2 commit f1423d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ export class InstructorSessionEditPageComponent extends InstructorSessionBasePag
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this.feedbackQuestionModels.get(questionEditFormModel.feedbackQuestionId)!;
this.questionEditFormModels[index] = this.getQuestionEditFormModel(feedbackQuestion);
this.questionEditFormModels[index].isQuestionHasResponses = questionEditFormModel.isQuestionHasResponses;
}

/**
Expand Down

0 comments on commit f1423d1

Please sign in to comment.