mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(MongoDB Node): Correct typo in MongoDbProperties (no-changelog) (#9587)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user