We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249e279 commit edf0eabCopy full SHA for edf0eab
src/core/features/reportbuilder/components/report-summary/report-summary.html
@@ -39,8 +39,8 @@ <h1>
39
<ion-label>
40
<p>
41
<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>
+ <core-format-text [text]="'core.reportbuilder.filtersapplied' | translate: { $a: reportUrl }" [filter]="false">
+ </core-format-text>
44
</p>
45
</ion-label>
46
</ion-item>
0 commit comments