@steedos-widgets/amis-object 3.6.7-beta.2 → 3.6.7-beta.3
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/amis-object.cjs.js
CHANGED
|
@@ -14334,6 +14334,7 @@ async function lookupToAmisPicker(field, readonly, ctx){
|
|
|
14334
14334
|
Object.assign({}, refObjectConfig.fields[column.field], {
|
|
14335
14335
|
width: column.width,
|
|
14336
14336
|
wrap: column.wrap,
|
|
14337
|
+
amis: column.amis
|
|
14337
14338
|
})
|
|
14338
14339
|
);
|
|
14339
14340
|
}
|