@7shifts/sous-chef 3.21.0-beta.2 → 3.21.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7210,7 +7210,7 @@ var DataTable = function DataTable(_ref) {
|
|
|
7210
7210
|
state = 'CONTENT';
|
|
7211
7211
|
}
|
|
7212
7212
|
|
|
7213
|
-
var skeletonRows = Array.from(Array(
|
|
7213
|
+
var skeletonRows = Array.from(Array(10).keys());
|
|
7214
7214
|
return React__default.createElement(Context.Provider, {
|
|
7215
7215
|
value: {
|
|
7216
7216
|
columns: columns,
|