Skip to content

Commit edf0eab

Browse files
MOBILE-4077 ReportBuilder: Fix report summary redirection
1 parent 249e279 commit edf0eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/features/reportbuilder/components/report-summary/report-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ <h1>
3939
<ion-label>
4040
<p>
4141
<ion-icon name="fas-info-circle" aria-hidden="true"></ion-icon>
42-
<core-format-text [text]="'core.reportbuilder.filtersapplied' | translate: { $a: reportUrl }" [filter]="false"
43-
[clean]="true"></core-format-text>
42+
<core-format-text [text]="'core.reportbuilder.filtersapplied' | translate: { $a: reportUrl }" [filter]="false">
43+
</core-format-text>
4444
</p>
4545
</ion-label>
4646
</ion-item>

0 commit comments

Comments
 (0)