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