Skip to content

Commit

Permalink
Update React.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mddifilippo89 committed Dec 16, 2024
1 parent cc54742 commit ee1d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-gen-library/ColorEditorToggleSeriesBrush/React.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ColorEditorToggleSeriesBrush {
{
case "ToggleSeriesBrush":
var color = args.command.argumentsList[0].value
let series = target.contentSeries[0] as IgrSeries;
var series = target.contentSeries[0] as IgrSeries;
series.brush = color as any;
break;
}
Expand Down

0 comments on commit ee1d5a8

Please sign in to comment.