Skip to content

Commit

Permalink
Merge branch 'issue.2861' of https://github.com/Akshat55/carbon-compo…
Browse files Browse the repository at this point in the history
…nents-angular into issue.2861
  • Loading branch information
Akshat55 committed Apr 19, 2024
2 parents c262dcf + 02e57cd commit 90af058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip/tooltip.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class Tooltip extends PopoverContainer implements AfterContentChecked {
/**
* Optional data for templates passed as implicit context
*/
@Input() templateContext: any
@Input() templateContext: any;

@ViewChild("contentWrapper") wrapper: ElementRef<HTMLSpanElement>;

Expand Down

0 comments on commit 90af058

Please sign in to comment.