diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html index 315a7f15f3..8d695966e7 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html @@ -4,7 +4,7 @@ id="{{model.alias}}" class="umb-editor umb-textstring textstring" val-email - ng-required="model.config.IsRequired || model.validation.mandatory" + ng-required="model.config.IsRequired != 0 || model.validation.mandatory" val-server="value" /> Required