Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit d5b288e

Browse files
authored
Merge pull request #221 from inetzo/develop
Resetting saveButtonState when validation contains errors
2 parents 1b8e8cd + 996da3b commit d5b288e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
297297
$routeParams.create = routeParamsCreate;
298298
// cleanup the blueprint immediately
299299
cleanup();
300+
vm.saveButtonState = "error";
300301
});
301302
}
302303
}

0 commit comments

Comments
 (0)