seeder-resources-view 1.0.8 → 1.0.9
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -17394,7 +17394,7 @@ const MediaGrid = /*#__PURE__*/memo(_ref3 => {
|
|
|
17394
17394
|
size: "large",
|
|
17395
17395
|
children: /*#__PURE__*/jsx(List, {
|
|
17396
17396
|
grid: gridConfig,
|
|
17397
|
-
dataSource: items,
|
|
17397
|
+
dataSource: items.concat(items).concat(items),
|
|
17398
17398
|
renderItem: renderItem,
|
|
17399
17399
|
pagination: false
|
|
17400
17400
|
// locale={{ emptyText: 'No media files found' }}
|