mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-11 22:20:00 +01: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