fix: Correct misfix from node-param-display-name-wrong-for-dynamic-multi-options (#3575)

* 👕 Correct misfix

* 👕 Fix build
This commit is contained in:
Iván Ovejero
2022-06-23 19:45:56 +02:00
committed by GitHub
parent 42d2959f47
commit 2ccc7fbc9d
6 changed files with 18 additions and 11 deletions

View File

@@ -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: {