Skip to content

Commit 157a808

Browse files
author
tfsbuild
committed
Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.11.2
1 parent 36947d8 commit 157a808

File tree

1 file changed

+3
-1
lines changed
  • samples/charts/toolbar/custom-tool/src

1 file changed

+3
-1
lines changed

samples/charts/toolbar/custom-tool/src/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default class Sample extends React.Component<any, any> {
2828
this.toolbar = r;
2929
this.setState({});
3030
}
31+
private customIconName: IgrToolActionLabel
3132
private chart: IgrCategoryChart
3233
private chartRef(r: IgrCategoryChart) {
3334
this.chart = r;
@@ -63,7 +64,8 @@ export default class Sample extends React.Component<any, any> {
6364
<IgrToolActionLabel
6465
title="Custom Icon"
6566
iconName="CustomIcon"
66-
iconCollectionName="CustomCollection">
67+
iconCollectionName="CustomCollection"
68+
name="CustomIconName">
6769
</IgrToolActionLabel>
6870
</IgrToolbar>
6971
</div>

0 commit comments

Comments
 (0)