@steedos-widgets/amis-lib 6.3.13 → 6.3.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
@@ -1367,7 +1367,7 @@ const getAmisFileReadonlySchema = async (steedosField,ctx = {})=>{
1367
1367
  type: 'each',
1368
1368
  placeholder: "",
1369
1369
  className: steedosField.multiple ? `flex flex-col` : '',
1370
- source: `\${_display.${steedosField.name}|asArray}`,
1370
+ source: `\${${steedosField.name}|asArray}`,
1371
1371
  items: {
1372
1372
  type: 'static',
1373
1373
  labelClassName: "hidden",