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:
Candice Ye
2022-07-19 21:04:39 -07:00
committed by GitHub
parent 3d2f729586
commit 5e88338423
3 changed files with 7 additions and 21 deletions

View File

@@ -285,7 +285,7 @@ export interface IOptionsSource {
export interface OptionsInfo {
values?: string[] | azdata.CategoryValue[],
source?: IOptionsSource,
defaultValue: string | ResourceTypeOptionValue,
defaultValue: string,
optionsType?: OptionsType
}