Disable connectivity mode selection (#11911)

* Disable connectivity mode selection until Direct mode is fully completed

* add azdata change
This commit is contained in:
Charles Gagnon
2020-08-21 13:08:49 -07:00
committed by GitHub
parent 1b02fb6906
commit d073cd595b
4 changed files with 6 additions and 4 deletions

2
src/sql/azdata.d.ts vendored
View File

@@ -3255,7 +3255,7 @@ declare module 'azdata' {
editableCategory = 'editableCategory'
}
export interface RadioButtonProperties {
export interface RadioButtonProperties extends ComponentProperties {
name?: string;
label?: string;
value?: string;