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 Aug 8, 2023
1 parent 98e4c8f commit 905eef8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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 905eef8

Please sign in to comment.