Skip to content

Commit 9b46c95

Browse files
added new line according to travis
1 parent 119fe1e commit 9b46c95

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)