mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(Convert to File Node): Convert to ICS start date defaults to now (#11114)
This commit is contained in:
parent
9c41c5c6d4
commit
1146c4e98d
|
@ -28,7 +28,6 @@ export const description: INodeProperties[] = [
|
|||
required: true,
|
||||
description:
|
||||
'Date and time at which the event begins. (For all-day events, the time will be ignored.).',
|
||||
validateType: 'dateTime',
|
||||
},
|
||||
{
|
||||
displayName: 'End',
|
||||
|
|
Loading…
Reference in a new issue