diff --git a/src/Umbraco.Web.UI.Client/src/common/services/servervalidationmgr.service.js b/src/Umbraco.Web.UI.Client/src/common/services/servervalidationmgr.service.js index b61ac74b2c..b2fdf37aa4 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/servervalidationmgr.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/servervalidationmgr.service.js @@ -444,7 +444,6 @@ function serverValidationManager($timeout) { throw "modelState is not an object"; } - var hasPropertyErrors = false; for (const [key, value] of Object.entries(modelState)) { //This is where things get interesting....