mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fix to node field for format date
This commit is contained in:
parent
38febb87c4
commit
7bbb0ba289
|
@ -27,12 +27,11 @@ export const FormatDateDescription: INodeProperties[] = [
|
|||
},
|
||||
{
|
||||
displayName: 'Format',
|
||||
name: 'Format',
|
||||
name: 'format',
|
||||
type: 'options',
|
||||
displayOptions: {
|
||||
show: {
|
||||
action: ['format'],
|
||||
custom: [false],
|
||||
operation: ['formatDate'],
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-options-type-unsorted-items
|
||||
|
|
Loading…
Reference in a new issue