Skip to content

Commit

Permalink
#7189 Update the Completed Before page
Browse files Browse the repository at this point in the history
Fixes #7189
  • Loading branch information
novikov82 committed Nov 4, 2023
1 parent 897cdd1 commit fd92f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[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>
[innerHtml]="model.processedCompletedBeforeHtml | safeHtml"></div>
<div *ngIf="model.state === 'loading'" [class]="model.loadingBodyCss" [innerHtml]="model.processedLoadingHtml"></div>
<div *ngIf="model.state === 'empty'" [class]="model.css.bodyEmpty">{{model.emptySurveyText}}</div>
</div>
Expand Down

0 comments on commit fd92f99

Please sign in to comment.