[ACS-10289] No notifications info is no longer mat menu item (#11566)

This commit is contained in:
Michal Kinas
2026-01-23 10:58:18 +01:00
committed by GitHub
parent 22478f8097
commit 6eaaff33bb

View File

@@ -1,4 +1,4 @@
<button
<button
mat-button
[matMenuTriggerFor]="menu"
aria-hidden="false"
@@ -56,7 +56,7 @@
</button>
</ng-container>
<ng-template #empty_list_template>
<p mat-menu-item id="adf-notification-history-component-no-message"
<p id="adf-notification-history-component-no-message"
class="adf-notification-history-menu-no-message-text">
{{ 'NOTIFICATIONS.NO_MESSAGE' | translate }}
</p>