We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af55a0f commit dd53b7eCopy full SHA for dd53b7e
src/dialog/tooltip/tooltip.directive.ts
@@ -92,6 +92,6 @@ export class TooltipDirective extends DialogDirective {
92
this.dialogConfig.compID = "tooltip-" + TooltipDirective.tooltipCounter;
93
this.dialogConfig.content = this.ibmTooltip;
94
this.dialogConfig.type = this.tooltipType !== undefined ? this.tooltipType : this.type;
95
- this.descriptorID = this.dialogConfig.compID;
+ this.descriptorId = this.dialogConfig.compID;
96
}
97
0 commit comments