Browse Source
Merge pull request #14056 from deaflynx/fix/notifications-recipients-microsoft-teams
Send notification dialog: fix navigation error for Teams
pull/13807/merge
Igor Kulikov
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.html
|
|
|
@ -233,7 +233,7 @@ |
|
|
|
<div class="notification-content mini" [style.background-color]="preview.processedTemplates.MICROSOFT_TEAMS?.themeColor"> |
|
|
|
<div class="subject">{{ preview.processedTemplates.MICROSOFT_TEAMS.subject }}</div> |
|
|
|
{{ preview.processedTemplates.MICROSOFT_TEAMS.body }} |
|
|
|
<button mat-raised-button>{{ preview.processedTemplates.MICROSOFT_TEAMS.button.text }}</button> |
|
|
|
<button mat-raised-button>{{ preview.processedTemplates.MICROSOFT_TEAMS.button?.text }}</button> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
|