mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
add names for schema compare dialog (#6856)
This commit is contained in:
@@ -109,6 +109,7 @@ export default class DropDownComponent extends ComponentBase implements ICompone
|
||||
|
||||
if (this.ariaLabel !== '') {
|
||||
this._selectBox.setAriaLabel(this.ariaLabel);
|
||||
this._editableDropdown.ariaLabel = this.ariaLabel;
|
||||
}
|
||||
|
||||
if (this.editable) {
|
||||
|
||||
Reference in New Issue
Block a user