Skip to content

Commit

Permalink
[sdarq]Code Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zbedo committed May 8, 2024
1 parent 6e2d4f2 commit db39084
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class SurveyComponent implements OnInit {
showPDFButton: false;
surveyModel: any;
arrRequired: object;
data: any;


ngOnInit() {
Expand Down Expand Up @@ -66,7 +65,7 @@ export class SurveyComponent implements OnInit {
Survey.SurveyNG.render('surveyElement', { model: surveyModel });
}

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

0 comments on commit db39084

Please sign in to comment.