Resolve conflict in AddSite

This commit is contained in:
Charles Nurse 2021-04-19 11:13:10 -07:00
parent 74c403cef1
commit 4598d0d6ba

View File

@ -295,7 +295,7 @@ else
private async Task SaveSite()
{
if (_tenantId != "-" && _name != string.Empty && _urls != string.Empty && _themetype != "-" && (_layouts.Count == 0 || _layouttype != "-") && _containertype != "-" && _sitetemplatetype != "-")
if (_tenantId != "-" && _name != string.Empty && _urls != string.Empty && _themetype != "-" && _containertype != "-" && _sitetemplatetype != "-")
{
var duplicates = new List<string>();
var aliases = await AliasService.GetAliasesAsync();