@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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
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: `\${
|
|
1370
|
+
source: `\${${steedosField.name}|asArray}`,
|
|
1371
1371
|
items: {
|
|
1372
1372
|
type: 'static',
|
|
1373
1373
|
labelClassName: "hidden",
|