Skip to content

Commit

Permalink
SALTO-6949 fix tag id field definition (#6816)
Browse files Browse the repository at this point in the history
  • Loading branch information
netama authored Nov 22, 2024
1 parent d812d05 commit 37d87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zendesk-adapter/src/definitions/fetch/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const createCustomizations = (): Record<
isTopLevel: true,
},
fieldCustomizations: {
id: { hide: true, fieldType: 'number' },
id: { fieldType: 'string' },
},
},
},
Expand Down

0 comments on commit 37d87aa

Please sign in to comment.