@fto-consult/expo-ui 7.18.0 → 7.18.1

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": "7.18.0",
3
+ "version": "7.18.1",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -211,7 +211,7 @@ export default class TableDataScreenComponent extends FormDataScreen{
211
211
  return defaultStr(this.props.sessionName,"table-form-data"+this.getTableName())
212
212
  }
213
213
  prepareField(a,...args){
214
- if(isObj(a?.field) && !this.canRenderActions()()){
214
+ if(isObj(a?.field) && !this.canRenderActions()){
215
215
  a.field.disabled = true;
216
216
  }
217
217
  if(typeof this.props.prepareField =='function'){