Finished testing autocrud tabs

This commit is contained in:
Masu Baumgartner
2024-09-01 20:13:32 +02:00
parent fba40d6689
commit 60a8f60bcb

View File

@@ -56,7 +56,7 @@
.AddProperty(x => x.ApiPort); .AddProperty(x => x.ApiPort);
option option
.WithPage("Security") .DefaultPage
.DefaultSection .DefaultSection
.AddProperty(x => x.SslEnabled); .AddProperty(x => x.SslEnabled);
}; };