Skip to content

Commit

Permalink
fix(GoToWebinar Node): Fix issue with timezone incorrectly being requ…
Browse files Browse the repository at this point in the history
…ired (#6865)

Fix issue with timezone incorrectly being required
  • Loading branch information
Joffcom authored and netroy committed Aug 17, 2023
1 parent 3426346 commit 58122de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export const webinarFields: INodeProperties[] = [
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
required: true,
default: '',
placeholder: '2020-12-11T09:00:00Z',
typeOptions: {
Expand Down

0 comments on commit 58122de

Please sign in to comment.