[DURACOM-271] Fix error which led to have empty dashboard when new notification is delivered

This commit is contained in:
Giuseppe Digilio
2024-06-11 18:06:40 +02:00
parent cee07c2e4a
commit 74e1e67126
4 changed files with 119 additions and 21 deletions

View File

@@ -1,4 +1,7 @@
import { NgStyle } from '@angular/common';
import {
NgIf,
NgStyle,
} from '@angular/common';
import {
Component,
EventEmitter,
@@ -23,6 +26,7 @@ import { listableObjectComponent } from '../object-collection/shared/listable-ob
NgStyle,
HoverClassDirective,
TranslateModule,
NgIf,
],
})
/**