We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93bf566 + 7f54772 commit dcc208fCopy full SHA for dcc208f
frontend/express/public/javascripts/countly/vue/components/vis.js
@@ -343,7 +343,7 @@
343
function mergeWithCustomizer(objValue, srcValue) {
344
if (Array.isArray(srcValue) && typeof objValue === 'object') {
345
srcValue.forEach(function(value, index) {
346
- srcValue[index] = _mergeWith(objValue, value);
+ srcValue[index] = _mergeWith({}, objValue, value);
347
});
348
return srcValue;
349
}
0 commit comments