mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix icon name
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
|||||||
export const nodeDescription: INodeTypeDescription = {
|
export const nodeDescription: INodeTypeDescription = {
|
||||||
displayName: 'MongoDB',
|
displayName: 'MongoDB',
|
||||||
name: 'mongoDb',
|
name: 'mongoDb',
|
||||||
icon: 'file:mongoDb.svg',
|
icon: 'file:mongodb.svg',
|
||||||
group: ['input'],
|
group: ['input'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Find, insert and update documents in MongoDB.',
|
description: 'Find, insert and update documents in MongoDB.',
|
||||||
|
|||||||
Reference in New Issue
Block a user