We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3147ed6 commit bb7a116Copy full SHA for bb7a116
roles/ui/files/FWO.UI/Pages/NetworkModelling/ManualAppServer.razor
@@ -1,4 +1,4 @@
1
-@using FWO.Ui.Display
+@using FWO.Ui.Display
2
@using System.Text.Json
3
4
@attribute [Authorize(Roles = $"{Roles.Admin}, {Roles.Auditor}")]
@@ -109,8 +109,6 @@
109
private bool workInProgress = false;
110
private bool firstTry = true;
111
112
- private readonly static CollectionChangedEvent OnCollectionChanged = new();
113
-
114
protected override void OnInitialized()
115
{
116
try
@@ -156,7 +154,6 @@
156
154
157
155
private void Close()
158
159
- EventMediator.Publish<CollectionChangedEvent>(OnCollectionChanged);
160
firstTry = true;
161
Display = false;
162
DisplayChanged.InvokeAsync(Display);
0 commit comments