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 5fa1029 commit 3e0e4e2Copy full SHA for 3e0e4e2
app/code/Magento/Ui/view/base/web/js/grid/columns/date.js
@@ -39,7 +39,7 @@ define([
39
*/
40
getLabel: function (value, format) {
41
if (this.storeLocale !== undefined) {
42
- moment.locale(this.storeLocale, {...this.calendarConfig});
+ moment.locale(this.storeLocale, utils.extend({}, this.calendarConfig));
43
}
44
var date = moment(this._super());
45
0 commit comments