Skip to content

Commit 385aa60

Browse files
removed space
1 parent 9b46c95 commit 385aa60

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ define([
124124
dateFormat = this.shiftedValue() ? this.outputDateFormat : this.inputDateFormat;
125125
shiftedValue = moment(value, dateFormat);
126126
}
127-
127+
128128
if (!shiftedValue.isValid()) {
129129
shiftedValue = moment(value, this.inputDateFormat);
130130
}

0 commit comments

Comments
 (0)