Skip to content

Commit

Permalink
Update src/dialog/tooltip/tooltip.directive.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: cal-smith <[email protected]>
  • Loading branch information
zvonimirfras and cal-smith authored Oct 19, 2018
1 parent af55a0f commit dd53b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/tooltip/tooltip.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ export class TooltipDirective extends DialogDirective {
this.dialogConfig.compID = "tooltip-" + TooltipDirective.tooltipCounter;
this.dialogConfig.content = this.ibmTooltip;
this.dialogConfig.type = this.tooltipType !== undefined ? this.tooltipType : this.type;
this.descriptorID = this.dialogConfig.compID;
this.descriptorId = this.dialogConfig.compID;
}
}

0 comments on commit dd53b7e

Please sign in to comment.