Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blazor/data-form/form-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The DataForm component provides the functionality to organize various form group
{% endhighlight %}
{% highlight C# tabtitle="C#" %}

{% include_relative code-snippet/form-group/multiple-form-group.razor %}
{% include_relative code-snippet/form-group/multiple-form-group.cs %}

{% endhighlight %}
{% endtabs %}
Expand All @@ -56,7 +56,7 @@ This section explains how to configure the DataForm component on dividing the co
{% endhighlight %}
{% highlight C# tabtitle="C#" %}

{% include_relative code-snippet/form-group/column-layout.razor %}
{% include_relative code-snippet/form-group/column-layout.cs %}

{% endhighlight %}
{% endtabs %}
Expand Down