Skip to content

Commit f25a429

Browse files
chore(chart): fix enum name in breaking changes list
1 parent 0ba2320 commit f25a429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade/breaking-changes/2-0-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some enums had to move to different namespaces and/or to have more descriptive n
4444

4545
````CSHTML
4646
// Chart
47-
Telerik.Blazor.ChartSeriesStack.Stack100 -> Telerik.Blazor.ChartSeriesStackType.Stack100
47+
Telerik.Blazor.ChartSeriesStack -> Telerik.Blazor.ChartSeriesStackType
4848
4949
// Grid
5050
Telerik.Blazor.FilterMode -> Telerik.Blazor.GridFilterMode

0 commit comments

Comments
 (0)