Skip to content

Commit 62b8546

Browse files
committed
update
1 parent 5287926 commit 62b8546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/zoho_crm/actions/common/common-objects.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default {
148148
const { fields } = await this.listFields(moduleType);
149149
for (const field of this.filterFields(fields, type)) {
150150
props[field.api_name] = {
151-
type: this.getType(field.data_type),
151+
type: this.getType(field),
152152
label: field.display_label,
153153
optional: true,
154154
};

0 commit comments

Comments
 (0)