mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
radio card change (#12049)
* radio card change * Clone the object * freeze change description * Change to deepClone
This commit is contained in:
@@ -83,7 +83,7 @@ export class ResourceTypePickerDialog extends DialogBase {
|
||||
ariaLabel: localize('deploymentDialog.deploymentOptions', "Deployment options"),
|
||||
width: '1100px'
|
||||
}).component();
|
||||
this._toDispose.push(this._cardGroup.onSelectionChanged((cardId: string) => {
|
||||
this._toDispose.push(this._cardGroup.onSelectionChanged(({ cardId }) => {
|
||||
const resourceType = resourceTypes.find(rt => { return rt.name === cardId; });
|
||||
if (resourceType) {
|
||||
this.selectResourceType(resourceType);
|
||||
|
||||
Reference in New Issue
Block a user