mirror of
https://github.com/goharbor/harbor
synced 2025-04-18 02:33:59 +00:00
uncomment alert close timer
This commit is contained in:
parent
8f0285b4cb
commit
0d9934aa40
|
@ -53,7 +53,7 @@ export class MessageComponent implements OnInit, OnDestroy {
|
|||
|
||||
// Make the message alert bar dismiss after several intervals.
|
||||
//Only for this case
|
||||
//this.timer = setTimeout(() => this.onClose(), dismissInterval);
|
||||
this.timer = setTimeout(() => this.onClose(), dismissInterval);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user