mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Deprecate step size and node color (#2586)
* 🔥 Deprecate numberStepSize * 🔥 Deprecate color in non-FA nodes * ⚡ Minor node name fixes * 📦 Update package-lock.json * ⏪ Restore Merge node color * 👕 Fix lint
This commit is contained in:
@@ -175,7 +175,6 @@ export const leadFields: INodeProperties[] = [
|
||||
type: 'number',
|
||||
typeOptions: {
|
||||
numberPrecision: 2,
|
||||
numberStepSize: 1,
|
||||
},
|
||||
default: '',
|
||||
description: 'Annual revenue for the company of the lead.',
|
||||
@@ -290,9 +289,6 @@ export const leadFields: INodeProperties[] = [
|
||||
displayName: 'Number Of Employees',
|
||||
name: 'numberOfEmployees',
|
||||
type: 'number',
|
||||
typeOptions: {
|
||||
numberStepSize: 1,
|
||||
},
|
||||
default: '',
|
||||
description: 'Number of employees at the lead’s company. Label is Employees.',
|
||||
},
|
||||
@@ -428,7 +424,6 @@ export const leadFields: INodeProperties[] = [
|
||||
type: 'number',
|
||||
typeOptions: {
|
||||
numberPrecision: 2,
|
||||
numberStepSize: 1,
|
||||
},
|
||||
default: '',
|
||||
description: 'Annual revenue for the company of the lead.',
|
||||
@@ -557,9 +552,6 @@ export const leadFields: INodeProperties[] = [
|
||||
displayName: 'Number Of Employees',
|
||||
name: 'numberOfEmployees',
|
||||
type: 'number',
|
||||
typeOptions: {
|
||||
numberStepSize: 1,
|
||||
},
|
||||
default: '',
|
||||
description: 'Number of employees at the lead’s company. Label is Employees.',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user