mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
add names for schema compare dialog (#6856)
This commit is contained in:
@@ -327,4 +327,8 @@ export class Dropdown extends Disposable {
|
||||
public get enabled(): boolean {
|
||||
return this._input.isEnabled();
|
||||
}
|
||||
|
||||
public set ariaLabel(val: string) {
|
||||
this._input.setAriaLabel(val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user