@steedos-widgets/amis-lib 6.10.25 → 6.10.26

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
@@ -18513,7 +18513,7 @@ const getTdField = async (field, fieldsCount) => {
18513
18513
  };
18514
18514
 
18515
18515
  const getTdTitle = (field) => {
18516
- const requiredOn = field.config?.amis.requiredOn;
18516
+ const requiredOn = field.config?.amis?.requiredOn;
18517
18517
  // console.log('getTdTitle', field.is_required , requiredOn, field);
18518
18518
  return {
18519
18519
  className: `td-title td-title-${field.type}`,