mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Update alert.component.ts
remove union type
This commit is contained in:
@@ -33,7 +33,7 @@ export class AlertComponent {
|
||||
/**
|
||||
* The alert type
|
||||
*/
|
||||
@Input() type: AlertType|string;
|
||||
@Input() type: AlertType;
|
||||
|
||||
/**
|
||||
* An event fired when alert is dismissed.
|
||||
|
Reference in New Issue
Block a user