Skip to content

Commit

Permalink
#7189 Update the Completed Before page - angular fix
Browse files Browse the repository at this point in the history
Fixes #7189
  • Loading branch information
novikov82 committed Nov 3, 2023
1 parent d149d9b commit 897cdd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
<ng-template [component]="{ name: 'sv-components-container', data: { survey: model, container: 'footer', needRenderWrapper: false } }"></ng-template>
<div *ngIf="model.state === 'completed' && model.showCompletedPage" [class]="model.completedCss"
[innerHtml]="model.processedCompletedHtml"></div>
[innerHtml]="model.processedCompletedHtml | safeHtml"></div>
<ng-template *ngIf="model.state === 'completed' && model.showCompletedPage" [component]="{ name: 'sv-components-container', data: { survey: model, container: 'completePage' } }"></ng-template>
<div *ngIf="model.state === 'completedbefore'" [class]="model.completedBeforeCss"
[innerHtml]="model.processedCompletedBeforeHtml"></div>
Expand Down

0 comments on commit 897cdd1

Please sign in to comment.