mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Correct misfix from node-param-display-name-wrong-for-dynamic-multi-options (#3575)
* 👕 Correct misfix * 👕 Fix build
This commit is contained in:
@@ -431,7 +431,8 @@ export const contactFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Remove Tag Names or IDs',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
|
||||
displayName: 'Remove Tags',
|
||||
name: 'removeTags',
|
||||
type: 'multiOptions',
|
||||
typeOptions: {
|
||||
|
||||
Reference in New Issue
Block a user