fixes installer with async

This commit is contained in:
Shannon
2019-01-16 02:35:21 +11:00
parent d97b100bab
commit 00e951c394
2 changed files with 9 additions and 10 deletions

View File

@@ -82,8 +82,6 @@ namespace Umbraco.Web.Install.Models
/// </summary>
[IgnoreDataMember]
public abstract Type StepType { get; }
[IgnoreDataMember]
public bool HasUIElement => View.IsNullOrWhiteSpace() == false;
}
}