@centreon/ui 24.5.8 → 24.5.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centreon/ui",
3
- "version": "24.5.8",
3
+ "version": "24.5.10",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "update:deps": "pnpx npm-check-updates -i --format group",
@@ -224,6 +224,7 @@ const MemoListingActionBar = ({
224
224
  ),
225
225
  columnConfiguration,
226
226
  customPaginationClassName,
227
+ visualizationActions,
227
228
  ...actionsBarMemoProps
228
229
  ]
229
230
  });