Change output field name to camel case

This commit is contained in:
agobrech 2023-04-05 15:34:55 +02:00
parent a341770909
commit bcb06d1b68
2 changed files with 2 additions and 2 deletions

View file

@ -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: {

View file

@ -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: {