Skip to content

Commit 41359ad

Browse files
.
1 parent 54aa701 commit 41359ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
CssClass = "";
120120
}
121121

122-
EventMediator.Subscribe<CollectionChangedEvent>(nameof(Pages.NetworkModelling.EditAppRole),
123-
new Action<CollectionChangedEvent>(_ => ReorderCollection()));
122+
EventMediator.Subscribe<CollectionChangedEvent>(nameof(Pages.NetworkModelling.EditAppRole), _ => ReorderCollection());
124123

125124
initialized = true;
126125
}

0 commit comments

Comments
 (0)