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

@@ -508,7 +508,6 @@ export const webinarFields: INodeProperties[] = [
displayName: 'Timezone Name or ID',
name: 'timezone',
type: 'options',
required: true,
default: '',
placeholder: '2020-12-11T09:00:00Z',
description: 'Timezone where the webinar is to take place. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>.',