mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(MongoDB Node): Correct typo in MongoDbProperties (no-changelog) (#9587)
This commit is contained in:
parent
c334ecb2ed
commit
cdc2f9e7d3
|
@ -248,7 +248,7 @@ export const nodeProperties: INodeProperties[] = [
|
|||
name: 'dateFields',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Comma separeted list of fields that will be parse as Mongo Date type',
|
||||
description: 'Comma separeted list of fields that will be parsed as Mongo Date type',
|
||||
},
|
||||
{
|
||||
displayName: 'Use Dot Notation',
|
||||
|
|
Loading…
Reference in a new issue