mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Disable connectivity mode selection (#11911)
* Disable connectivity mode selection until Direct mode is fully completed * add azdata change
This commit is contained in:
2
src/sql/azdata.d.ts
vendored
2
src/sql/azdata.d.ts
vendored
@@ -3255,7 +3255,7 @@ declare module 'azdata' {
|
||||
editableCategory = 'editableCategory'
|
||||
}
|
||||
|
||||
export interface RadioButtonProperties {
|
||||
export interface RadioButtonProperties extends ComponentProperties {
|
||||
name?: string;
|
||||
label?: string;
|
||||
value?: string;
|
||||
|
||||
Reference in New Issue
Block a user