From 60a8f60bcb60d5467d351fa2381b2b99a1ff9d9a Mon Sep 17 00:00:00 2001 From: Masu Baumgartner <68913099+Masu-Baumgartner@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:13:32 +0200 Subject: [PATCH] Finished testing autocrud tabs --- MoonlightServers.Client/UI/Views/Admin/Nodes.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoonlightServers.Client/UI/Views/Admin/Nodes.razor b/MoonlightServers.Client/UI/Views/Admin/Nodes.razor index 775f44e..106ae97 100644 --- a/MoonlightServers.Client/UI/Views/Admin/Nodes.razor +++ b/MoonlightServers.Client/UI/Views/Admin/Nodes.razor @@ -56,7 +56,7 @@ .AddProperty(x => x.ApiPort); option - .WithPage("Security") + .DefaultPage .DefaultSection .AddProperty(x => x.SslEnabled); };