Skip to content

Commit 21ddaca

Browse files
committed
2 parents b3b8eae + c4ca46c commit 21ddaca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/ui/files/FWO.UI/Shared/ConnectionTable.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
{
6868
<Column TableItem="ModellingConnection" Title="@(userConfig.GetText("published"))" Field="@(x => x.IsPublished)" Sortable="true" Filterable="true">
6969
<Template>
70-
@if (context.IsInterface)
70+
@if(context.IsInterface)
7171
{
72-
context.IsPublished.ShowAsHtml();
72+
@context.IsPublished.ShowAsHtml()
7373
}
7474
</Template>
7575
</Column>
@@ -185,7 +185,7 @@
185185
[Parameter]
186186
public SelectionType SelectionType { get; set; } = SelectionType.Single;
187187

188-
[Parameter]
188+
[Parameter]
189189
public EventCallback<int> PageSizeCallback { get; set; }
190190

191191
[Parameter]

0 commit comments

Comments
 (0)