Skip to content

Commit ea1de38

Browse files
authored
Update components/grid/templates/popup-form-template.md
1 parent ab160a9 commit ea1de38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/templates/popup-form-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Using a `FormTemplate` to modify the Edit/Create Popup window.
5959
<GridPopupEditFormSettings Context="formContext">
6060
<FormTemplate>
6161
@{
62-
if (if (GridEditItem != formContext.Item))
62+
if (GridEditItem != formContext.Item)
6363
{
6464
// Setting GridEditItem unconditionally may
6565
// reset the modified and unsaved values after re-render.

0 commit comments

Comments
 (0)