Skip to content

Commit

Permalink
#23007: Code demarcation standard fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky authored and Prakash Prajapati committed Jul 11, 2019
1 parent 68ba53d commit e378c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Ui/view/base/web/js/form/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ define([
*/
reset: function () {
this.source.trigger('data.reset');
$('._has-datepicker').val('');
$('[data-bind*=datepicker]').val('');
},

/**
Expand Down

0 comments on commit e378c79

Please sign in to comment.