mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Fix missing placeholder warning for infoboxes (#22898)
This commit is contained in:
@@ -78,8 +78,8 @@ export default class InfoBoxComponent extends ComponentBase<azdata.InfoBoxCompon
|
||||
this._container.nativeElement.style.height = this.getHeight();
|
||||
this._infoBox.announceText = this.announceText;
|
||||
this._infoBox.infoBoxStyle = this.style;
|
||||
this._infoBox.links = this.links;
|
||||
this._infoBox.text = this.text;
|
||||
this._infoBox.links = this.links;
|
||||
this._infoBox.isClickable = this.isClickable;
|
||||
this._infoBox.clickableButtonAriaLabel = this.clickableButtonAriaLabel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user