Skip to content

Commit 5ea3fab

Browse files
committed
fix(grid): typo which causes an example to not be runnable
1 parent 60e30e1 commit 5ea3fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/editing/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The PopUp editing mode supports [validation]({%slug common-features/input-valida
137137
138138
public static async Task Create(SampleData itemToInsert)
139139
{
140-
itemToInsert.Id = _data.Count + 1;
140+
itemToInsert.ID = _data.Count + 1;
141141
_data.Insert(0, itemToInsert);
142142
}
143143

0 commit comments

Comments
 (0)