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 27e8615 + 8933489 commit 1e066d9Copy full SHA for 1e066d9
app/code/Magento/Ui/view/base/web/js/grid/columns/date.js
@@ -35,7 +35,7 @@ define([
35
getLabel: function (value, format) {
36
var date = moment(this._super());
37
38
- date = date.isValid() ?
+ date = date.isValid() && value[this.index] ?
39
date.format(format || this.dateFormat) :
40
'';
41
0 commit comments