mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[CL-155] Add support for hiding the close button on banner (#7142)
This commit is contained in:
@@ -17,6 +17,7 @@ export class BannerComponent implements OnInit {
|
||||
@Input("bannerType") bannerType: BannerTypes = "info";
|
||||
@Input() icon: string;
|
||||
@Input() useAlertRole = true;
|
||||
@Input() showClose = true;
|
||||
|
||||
@Output() onClose = new EventEmitter<void>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user