@steedos-widgets/amis-lib 1.3.4-beta.13 → 1.3.4-beta.14

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/dist/index.esm.js CHANGED
@@ -6344,7 +6344,7 @@ async function lookupToAmisSelect(field, readonly, ctx){
6344
6344
  disabledOn: `${readonly} || ( (this._master && (this._master.relatedKey ==='${field.name}')) || ((this.relatedKey ==='${field.name}') && (${field.multiple} != true)) )`,
6345
6345
  // labelField: labelField,
6346
6346
  // valueField: valueField,
6347
- source: apiInfo,
6347
+ // source: apiInfo,
6348
6348
  autoComplete: apiInfo,
6349
6349
  searchable: true,
6350
6350
  };