Skip to content

Commit 03cc0e9

Browse files
temp fix
1 parent 3117139 commit 03cc0e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128

129129
private void OnAppServersChanged()
130130
{
131-
Console.WriteLine();
131+
if(Collection is not null && Collection.Count > 0)
132+
ReorderCollection();
132133
}
133134

134135
/// <summary>

0 commit comments

Comments
 (0)