diff --git a/Oqtane.Client/Modules/Admin/ModuleDefinitions/Create.razor b/Oqtane.Client/Modules/Admin/ModuleDefinitions/Create.razor index bcb78bc5..13e89847 100644 --- a/Oqtane.Client/Modules/Admin/ModuleDefinitions/Create.razor +++ b/Oqtane.Client/Modules/Admin/ModuleDefinitions/Create.razor @@ -42,29 +42,32 @@ -
- -
- -
-
- @if (!string.IsNullOrEmpty(_location)) + @if (_type == "External") {
- +
- +
+ @if (!string.IsNullOrEmpty(_location)) + { +
+ +
+ +
+
+ } } @@ -80,9 +83,10 @@ private string _description = string.Empty; private List