mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
[DURACOM-271] Fix error which led to have empty dashboard when new notification is delivered
This commit is contained in:
@@ -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,
|
||||
],
|
||||
})
|
||||
/**
|
||||
|
Reference in New Issue
Block a user