Skip to content

Commit

Permalink
Update question-response-panel.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
blejkowski authored Sep 14, 2023
1 parent e623b8b commit 76c2dbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export class QuestionResponsePanelComponent {
.concat(question.feedbackQuestion.questionNumber.toString())
.concat(' has no responses.'));
}
}
},
complete: () => {
question.isLoaded = true;
Expand Down

0 comments on commit 76c2dbe

Please sign in to comment.