seeder-resources-view 1.0.7 → 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.js CHANGED
@@ -17396,7 +17396,7 @@ const MediaGrid = /*#__PURE__*/react.memo(_ref3 => {
17396
17396
  size: "large",
17397
17397
  children: /*#__PURE__*/jsxRuntime.jsx(antd.List, {
17398
17398
  grid: gridConfig,
17399
- dataSource: items,
17399
+ dataSource: items.concat(items).concat(items),
17400
17400
  renderItem: renderItem,
17401
17401
  pagination: false
17402
17402
  // locale={{ emptyText: 'No media files found' }}