This commit is contained in:
2020-12-23 23:26:15 +00:00
parent 1883b4d1c8
commit 32a722ca71
3 changed files with 1 additions and 6 deletions

View File

@@ -320,10 +320,7 @@ export default {
},
updateSave: function() {
let hasSelection = this.toUsers.length > 0;
console.log("UpdateSaveCalled: ", {
formstate: this.formState,
hasSelection: hasSelection
});
//enable / disable save button
if (
this.formState.dirty &&