mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
use label instead of handle for aria label (#14810)
This commit is contained in:
@@ -446,7 +446,7 @@ class ListAccessibilityProvider implements IListAccessibilityProvider<TreeElemen
|
||||
} else if (element instanceof SavedConnectionNode) {
|
||||
return localize('savedConnection', "Saved Connections");
|
||||
} else {
|
||||
return element.element.handle;
|
||||
return element.element.label.label;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user