fix(GoToWebinar Node): Fix issue with timezone incorrectly being required (#6865)

Fix issue with timezone incorrectly being required
This commit is contained in:
Jon 2023-08-08 15:51:31 +01:00 committed by GitHub
parent 98e4c8f614
commit 905eef8559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {