mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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:
@@ -121,7 +121,7 @@ export const dealFields: INodeProperties[] = [
|
||||
default: [],
|
||||
},
|
||||
{
|
||||
displayName: 'Associated Vids Names or IDs',
|
||||
displayName: 'Associated Vid Names or IDs',
|
||||
name: 'associatedVids',
|
||||
type: 'multiOptions',
|
||||
typeOptions: {
|
||||
@@ -455,7 +455,8 @@ export const dealFields: INodeProperties[] = [
|
||||
description: '<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Property Names or IDs',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
|
||||
displayName: 'Properties with History',
|
||||
name: 'propertiesWithHistory',
|
||||
type: 'multiOptions',
|
||||
typeOptions: {
|
||||
|
||||
Reference in New Issue
Block a user