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

Commit e44fc3a

Browse files
authored
Reset save button explicitly. Fixes #231
1 parent 6983b8b commit e44fc3a

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)