From 9d4be74b9ac8da3fe9c5247fd89e94fe36a35528 Mon Sep 17 00:00:00 2001 From: tfsbuild Date: Tue, 2 Jul 2024 23:53:16 +0300 Subject: [PATCH] Adding changes from build igniteui-xplat-examples-output+PRs_2024.7.2.3 --- samples/charts/toolbar/custom-tool/src/app.component.html | 2 +- samples/charts/toolbar/custom-tool/src/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/charts/toolbar/custom-tool/src/app.component.html b/samples/charts/toolbar/custom-tool/src/app.component.html index 2de5ec0b4..ef2cfac61 100644 --- a/samples/charts/toolbar/custom-tool/src/app.component.html +++ b/samples/charts/toolbar/custom-tool/src/app.component.html @@ -5,7 +5,7 @@
diff --git a/samples/charts/toolbar/custom-tool/src/app.component.ts b/samples/charts/toolbar/custom-tool/src/app.component.ts index a3500632d..7f366536d 100644 --- a/samples/charts/toolbar/custom-tool/src/app.component.ts +++ b/samples/charts/toolbar/custom-tool/src/app.component.ts @@ -38,7 +38,7 @@ export class AppComponent implements AfterViewInit } public toolbarCustomIconOnViewInit(): void { - var toolbar = this.Toolbar; + var toolbar = this.toolbar; const icon = ''; toolbar.registerIconFromText("CustomCollection", "CustomIcon", icon);