mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-14 03:21:36 -04: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