mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Small fix for Vero-Node
This commit is contained in:
@@ -141,7 +141,7 @@ export const userFields = [
|
||||
'create',
|
||||
],
|
||||
jsonParameters: [
|
||||
false
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -332,7 +332,7 @@ export const userFields = [
|
||||
]
|
||||
},
|
||||
},
|
||||
description: 'Tags to add separated by ,',
|
||||
description: 'Tags to add separated by ","',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* user:removeTags */
|
||||
@@ -371,6 +371,6 @@ export const userFields = [
|
||||
]
|
||||
},
|
||||
},
|
||||
description: 'Tags to remove separated by ,',
|
||||
description: 'Tags to remove separated by ","',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user