mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix undefined isPaused$ test failure (afterAll)
This commit is contained in:
@@ -51,7 +51,7 @@ export class NotificationComponent implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Whether this notification's countdown should be paused
|
||||
*/
|
||||
@Input() public isPaused$: Observable<boolean>;
|
||||
@Input() public isPaused$: Observable<boolean> = observableOf(false);
|
||||
|
||||
// Progress bar variables
|
||||
public title: Observable<string>;
|
||||
|
Reference in New Issue
Block a user