Skip to content

Commit

Permalink
require them
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb committed Dec 20, 2024
1 parent d2464b5 commit 41cdf78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,16 @@ export class ExecuteWorkflowTrigger implements INodeType {
default: '',
placeholder: 'e.g. fieldName',
description: 'Name of the field',
required: true,
noDataExpression: true,
},
{
displayName: 'Type',
name: 'type',
type: 'options',
description: 'The field value type',
// eslint-disable-next-line n8n-nodes-base/node-param-options-type-unsorted-items
options: TYPE_OPTIONS,
required: true,
default: 'string',
noDataExpression: true,
},
Expand Down

0 comments on commit 41cdf78

Please sign in to comment.