jamespot-front-business 1.1.96 → 1.1.98

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/esm.js CHANGED
@@ -4352,7 +4352,7 @@ function fieldType(fieldType) {
4352
4352
  return fieldType;
4353
4353
  }
4354
4354
  function getAttrNameFormItem(field, fieldId) {
4355
- return (AppColumnsDefaultTypes.includes(field.type) ? fieldType(field.type) : uuid2Alpha(fieldId)).toLowerCase();
4355
+ return AppColumnsDefaultTypes.includes(field.type) ? fieldType(field.type) : uuid2Alpha(fieldId).toLowerCase();
4356
4356
  }
4357
4357
  function renderAudience(audience, installFor) {
4358
4358
  if (audience === AUDIENCE.ALL)