Skip to content

Commit bb7a116

Browse files
.
1 parent 3147ed6 commit bb7a116

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roles/ui/files/FWO.UI/Pages/NetworkModelling/ManualAppServer.razor

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@using FWO.Ui.Display
1+
@using FWO.Ui.Display
22
@using System.Text.Json
33

44
@attribute [Authorize(Roles = $"{Roles.Admin}, {Roles.Auditor}")]
@@ -109,8 +109,6 @@
109109
private bool workInProgress = false;
110110
private bool firstTry = true;
111111

112-
private readonly static CollectionChangedEvent OnCollectionChanged = new();
113-
114112
protected override void OnInitialized()
115113
{
116114
try
@@ -156,7 +154,6 @@
156154

157155
private void Close()
158156
{
159-
EventMediator.Publish<CollectionChangedEvent>(OnCollectionChanged);
160157
firstTry = true;
161158
Display = false;
162159
DisplayChanged.InvokeAsync(Display);

0 commit comments

Comments
 (0)