@steedos-widgets/sortable 1.3.17-beta.1 → 1.3.17-beta.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.
@@ -59059,7 +59059,7 @@ async function lookupToAmisPicker(field, readonly, ctx){
59059
59059
  const filtersFunction = ${field.filtersFunction || field._filtersFunction};
59060
59060
 
59061
59061
  if(filtersFunction && !inFilterForm){
59062
- const _filters = filtersFunction(filters, api.data.$self.__super.__super);
59062
+ const _filters = filtersFunction(filters, api.data.$self.__super);
59063
59063
  if(_filters && _filters.length > 0){
59064
59064
  filters.push(_filters);
59065
59065
  }