misc site settings UX fixes
This commit is contained in:
		| @ -551,8 +551,9 @@ namespace Oqtane.Infrastructure | ||||
|                             TenantId = tenant.TenantId, | ||||
|                             Name = install.SiteName, | ||||
|                             LogoFileId = null, | ||||
|                             DefaultThemeType = install.DefaultTheme, | ||||
|                             DefaultContainerType = install.DefaultContainer, | ||||
|                             DefaultThemeType = (!string.IsNullOrEmpty(install.DefaultTheme)) ? install.DefaultTheme : Constants.DefaultTheme, | ||||
|                             DefaultContainerType = (!string.IsNullOrEmpty(install.DefaultContainer)) ? install.DefaultContainer : Constants.DefaultContainer, | ||||
|                             AdminContainerType = (!string.IsNullOrEmpty(install.DefaultAdminContainer)) ? install.DefaultAdminContainer : Constants.DefaultAdminContainer, | ||||
|                             SiteTemplateType = install.SiteTemplate | ||||
|                         }; | ||||
|                         site = sites.AddSite(site); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker