We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d93fc3b + 85b5ed1 commit 28679d9Copy full SHA for 28679d9
app/code/Magento/Ui/view/base/web/js/grid/columns/date.js
@@ -39,7 +39,7 @@ define([
39
getLabel: function (value, format) {
40
var date = moment(this._super());
41
42
- date = date.isValid() ?
+ date = date.isValid() && value[this.index] ?
43
date.format(format || this.dateFormat) :
44
'';
45
0 commit comments