1
0

Add HTML support to system-wide alert banner. Fixes #3019.

(cherry picked from commit b9fb4e2159)
This commit is contained in:
Abel Gómez
2024-05-10 02:09:37 +02:00
committed by github-actions[bot]
parent fdafa0f034
commit 7a364fddeb
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
} }}
</span>
</span>
<span>{{(systemWideAlert$ |async)?.message}}</span>
<span [innerHTML]="(systemWideAlert$ |async)?.message"></span>
</div>
</div>
</div>

View File

@@ -99,7 +99,7 @@
} }}
</span>
</span>
<span>{{formMessage.value}}</span>
<span [innerHTML]="formMessage.value"></span>
</div>
</div>