diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js index 21f6354c62be..4e2bdf6ce4ad 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js @@ -667,6 +667,7 @@ angular.module("umbraco") $scope.removeControl = function (cell, $index) { $scope.currentControl = null; cell.controls.splice($index, 1); + currentForm.$setDirty(); }; $scope.percentage = function (spans) {