mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
fix(GoToWebinar Node): Fix issue with timezone incorrectly being required (#6865)
Fix issue with timezone incorrectly being required
This commit is contained in:
parent
98e4c8f614
commit
905eef8559
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue