@fto-consult/expo-ui 1.4.14 → 1.4.16

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": "1.4.14",
3
+ "version": "1.4.16",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -61,7 +61,7 @@
61
61
  "@expo/html-elements": "^0.2.0",
62
62
  "@expo/metro-config": "^0.4.0",
63
63
  "@expo/webpack-config": "^0.17.2",
64
- "@fto-consult/common": "^1.7.13",
64
+ "@fto-consult/common": "^1.7.14",
65
65
  "@gorhom/portal": "^1.0.14",
66
66
  "@react-native-async-storage/async-storage": "~1.17.3",
67
67
  "@react-native-community/datetimepicker": "6.2.0",
@@ -174,7 +174,7 @@ export default class CommonTableDatagrid extends CommonDatagrid{
174
174
  })
175
175
  } else {
176
176
  let data = !isPromise(fetchData)? Object.toArray(fetchData) : [];
177
- if(data.length <=0) data = this.state.data;
177
+ ///if(data.length <=0) data = this.state.data;
178
178
  return this.resolveFetchedDataPromise({cb,data,force}).then((data)=>{
179
179
  resolve(data);
180
180
  }).catch((e)=>{