@steedos-widgets/amis-lib 6.3.13-beta.6 → 6.3.13-beta.7

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
@@ -2536,6 +2536,7 @@ async function getTableColumns(object, fields, options){
2536
2536
  type: "lookup",
2537
2537
  reference_to: field.reference_to,
2538
2538
  name: field.name,
2539
+ is_name: field.is_name,
2539
2540
  label: null,
2540
2541
  multiple: field.multiple,
2541
2542
  amis: Object.assign({}, fieldAmis, { label: null })