Skip to content

Commit fe51208

Browse files
committed
staging > live
1 parent e7858f1 commit fe51208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

live/Dynamic Form.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@* If it's a advanced field, use the custom razor - otherwise use FormBuilder from base class *@
4444
@if (field.UseRazorComponent)
4545
{
46-
@Html.Partial("./razor-fields/" + field.RazorFile, new { field })
46+
@Html.Partial("./razor-fields/" + field.RazorFile + ".cshtml", new { field })
4747
}
4848
else
4949
{
@@ -105,4 +105,4 @@
105105
display: block !important;
106106
}
107107
</style>
108-
}
108+
}

0 commit comments

Comments
 (0)