mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Change output field name to camel case
This commit is contained in:
parent
a341770909
commit
bcb06d1b68
|
@ -94,7 +94,7 @@ export const AddToDateDescription: INodeProperties[] = [
|
|||
displayName: 'Output Field Name',
|
||||
name: 'outputFieldName',
|
||||
type: 'string',
|
||||
default: 'new_date',
|
||||
default: 'newDate',
|
||||
description: 'Name of the field to put the output in',
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -29,7 +29,7 @@ export const CurrentDateDescription: INodeProperties[] = [
|
|||
displayName: 'Output Field Name',
|
||||
name: 'outputFieldName',
|
||||
type: 'string',
|
||||
default: 'current_date',
|
||||
default: 'currentDate',
|
||||
description: 'Name of the field to put the output in',
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
Loading…
Reference in a new issue