performance and user experience improvements
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@namespace Oqtane.UI
|
||||
@namespace Oqtane.UI
|
||||
|
||||
<CascadingValue Value="@_moduleState">
|
||||
@DynamicComponent
|
||||
@ -21,7 +21,7 @@
|
||||
string container = _moduleState.ContainerType;
|
||||
if (PageState.ModuleId != -1 && _moduleState.UseAdminContainer)
|
||||
{
|
||||
container = Constants.DefaultAdminContainer;
|
||||
container = (!string.IsNullOrEmpty(PageState.Site.AdminContainerType)) ? PageState.Site.AdminContainerType : Constants.DefaultAdminContainer;
|
||||
}
|
||||
|
||||
DynamicComponent = builder =>
|
||||
|
Reference in New Issue
Block a user