fix: Fix issue with required optional parameters (#3577)

This commit is contained in:
Ricardo Espinoza
2022-06-23 13:44:25 -04:00
committed by GitHub
parent 891844ea8b
commit 42d2959f47
10 changed files with 0 additions and 14 deletions

View File

@@ -91,7 +91,6 @@ export const activityFields: INodeProperties[] = [
displayName: 'Campaign Name or ID',
name: 'campaignId',
type: 'options',
required: true,
default: '',
typeOptions: {
loadOptionsMethod: 'getCampaigns',