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

Commit 93b53a2

Browse files
authored
Merge pull request #239 from tmog/nestedcontentvalidationfix
Reset save button explicitly. Fixes #231
2 parents 6983b8b + e44fc3a commit 93b53a2

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
@@ -301,6 +301,7 @@ angular.module("umbraco").controller("Our.Umbraco.DocTypeGridEditor.Dialogs.DocT
301301
cleanup();
302302
vm.saveButtonState = "error";
303303
});
304+
vm.saveButtonState = "init";
304305
}
305306
}
306307
function close() {

0 commit comments

Comments
 (0)