Skip to content

Commit

Permalink
Update to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 authored Aug 18, 2022
1 parent 241fa65 commit 528299f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ frappe.ui.form.ControlDatetime = class ControlDatetime extends frappe.ui.form.Co
super(opts);
}
set_value(value, force_set_value=false) {
value = getDateTime(this, value, true);
value = getDateTime(this, value);
return super.set_value(value, force_set_value);
}
set_input(value) {
Expand Down

0 comments on commit 528299f

Please sign in to comment.