@fto-consult/expo-ui 2.25.1 → 2.25.2

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": "@fto-consult/expo-ui",
3
- "version": "2.25.1",
3
+ "version": "2.25.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -264,8 +264,8 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
264
264
  return (
265
265
  <Datagrid
266
266
  testID = {testID}
267
- {...rest}
268
267
  {...defaultObj(table.datagrid)}
268
+ {...rest}
269
269
  onSort = {({sort})=>{
270
270
  if(!canSortRemotely()) return;
271
271
  fetchOptionsRef.current.sort = sort;