Skip to content

Commit dd53b7e

Browse files
Update src/dialog/tooltip/tooltip.directive.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent af55a0f commit dd53b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/tooltip/tooltip.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ export class TooltipDirective extends DialogDirective {
9292
this.dialogConfig.compID = "tooltip-" + TooltipDirective.tooltipCounter;
9393
this.dialogConfig.content = this.ibmTooltip;
9494
this.dialogConfig.type = this.tooltipType !== undefined ? this.tooltipType : this.type;
95-
this.descriptorID = this.dialogConfig.compID;
95+
this.descriptorId = this.dialogConfig.compID;
9696
}
9797
}

0 commit comments

Comments
 (0)