-
+
|
|
- @if (p.IsRequired)
+ @if (!string.IsNullOrEmpty(p.Options))
{
- ProfileChanged(e, p.Name))" />
+
}
else
{
- ProfileChanged(e, p.Name))" />
+ @if (p.IsRequired)
+ {
+ ProfileChanged(e, p.Name))" />
+ }
+ else
+ {
+ ProfileChanged(e, p.Name))" />
+ }
}
|
diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj
index 9af5980d..3d90e303 100644
--- a/Oqtane.Server/Oqtane.Server.csproj
+++ b/Oqtane.Server/Oqtane.Server.csproj
@@ -33,6 +33,7 @@