🐛 fix template id type #405

This commit is contained in:
ricardo
2020-03-25 14:52:12 -04:00
parent 6785b1ed46
commit 87eda6619f
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ export const emailFields = [
},
},
{
displayName: 'Template',
displayName: 'Template ID',
name: 'templateId',
type: 'string',
required: true,