mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Fix a couple a11y issues with manage access (#8386)
* Fix a couple a11y issues with manage access * Fix strict null check * Fix another strict null check
This commit is contained in:
@@ -86,6 +86,9 @@ export default class CheckBoxComponent extends ComponentBase implements ICompone
|
||||
if (this.height) {
|
||||
this._input.setHeight(this.convertSize(this.height));
|
||||
}
|
||||
if (this.ariaLabel) {
|
||||
this._input.ariaLabel = this.ariaLabel;
|
||||
}
|
||||
}
|
||||
|
||||
// CSS-bound properties
|
||||
|
||||
Reference in New Issue
Block a user