mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
fix description not provided issue (#14510)
This commit is contained in:
@@ -190,9 +190,9 @@ export default class RadioCardGroup extends ComponentBase<azdata.RadioCardGroupC
|
||||
event.stopPropagation();
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.onDidClick,
|
||||
args: {
|
||||
args: <azdata.RadioCardLinkClickEvent>{
|
||||
cardId,
|
||||
textContents: deepClone(textContents),
|
||||
description: deepClone(textContents),
|
||||
card: deepClone(this.getCardById(cardId))
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user