We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5287926 commit 62b8546Copy full SHA for 62b8546
components/zoho_crm/actions/common/common-objects.mjs
@@ -148,7 +148,7 @@ export default {
148
const { fields } = await this.listFields(moduleType);
149
for (const field of this.filterFields(fields, type)) {
150
props[field.api_name] = {
151
- type: this.getType(field.data_type),
+ type: this.getType(field),
152
label: field.display_label,
153
optional: true,
154
};
0 commit comments