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.
1 parent 476a1e9 commit 9598f4aCopy full SHA for 9598f4a
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