mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(GoToWebinar Node): Fix issue with timezone incorrectly being required (#6865)
Fix issue with timezone incorrectly being required
This commit is contained in:
@@ -155,7 +155,6 @@ export const webinarFields: INodeProperties[] = [
|
|||||||
type: 'options',
|
type: 'options',
|
||||||
description:
|
description:
|
||||||
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
|
||||||
required: true,
|
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: '2020-12-11T09:00:00Z',
|
placeholder: '2020-12-11T09:00:00Z',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user