Skip to content

Commit

Permalink
Fix saving field state
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 7, 2023
1 parent 7659853 commit 0d5b2b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function selectiveTransferJobForm(formEl) {
});
},

onSendFinishedMailChange: function () {
onSendFinishedMailChange: function (ev) {
updatePreferences("selective-transfer", {
[SELECTIVE_TRANSFER_SEND_FINISHED_MAIL]: ev.target.checked,
});
Expand Down

0 comments on commit 0d5b2b0

Please sign in to comment.