mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Reverted changes to Radio buttons default value (#20100)
* Reverted resourcedeploy changes * Replaced the ! Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -285,7 +285,7 @@ export interface IOptionsSource {
|
||||
export interface OptionsInfo {
|
||||
values?: string[] | azdata.CategoryValue[],
|
||||
source?: IOptionsSource,
|
||||
defaultValue: string | ResourceTypeOptionValue,
|
||||
defaultValue: string,
|
||||
optionsType?: OptionsType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user