Skip to content

Commit

Permalink
[Sdarq]
Browse files Browse the repository at this point in the history
  • Loading branch information
zbedo committed Jul 25, 2024
1 parent 45e69c5 commit 5907f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class SurveyComponent implements OnInit {
Survey.SurveyNG.render('surveyElement', { model: surveyModel });
}

OnChanges(changes: SimpleChanges) {
ngOnChange(changes: SimpleChanges) {
for (const propName in changes) {
if (propName == "answers")
{
Expand Down

0 comments on commit 5907f09

Please sign in to comment.