Skip to content

Commit 202e212

Browse files
chore(grid): fix typo
1 parent c82f060 commit 202e212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_contentTemplates/grid/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
SortDescriptors = new List<SortDescriptor>()
2626
{
27-
new SortDescriptor { Member = "Id", SortDirection = ListSortDirection.Descending, MemberType = typeof(int) }
27+
new SortDescriptor { Member = "Id", SortDirection = ListSortDirection.Descending }
2828
}
2929
};
3030

0 commit comments

Comments
 (0)