Skip to content

Commit 235a4e8

Browse files
.
1 parent 88fdc74 commit 235a4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
}
359359
if(areas.Count > 0)
360360
{
361-
if (!ConnHandler.InterfaceAllowedWithNetworkArea())
361+
if (ConnHandler is not null && !ConnHandler.InterfaceAllowedWithNetworkArea())
362362
{
363363
DisplayMessageInUi(default, userConfig.GetText("edit_connection"), userConfig.GetText("foreign_interface_na"), true);
364364
selectedNwElems = new();

0 commit comments

Comments
 (0)