nav tabs on admin dashboard
This commit is contained in:
4
node_modules/webpack-merge/lib/join-arrays.js
generated
vendored
4
node_modules/webpack-merge/lib/join-arrays.js
generated
vendored
@@ -62,6 +62,10 @@ function joinArrays() {
|
||||
return (0, _cloneDeep3.default)(b);
|
||||
}
|
||||
|
||||
if (isArray(b)) {
|
||||
return [].concat(_toConsumableArray(b));
|
||||
}
|
||||
|
||||
return b;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user