mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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:
@@ -38,7 +38,6 @@ export class ItemLists implements INodeType {
|
||||
description: 'Helper for working with lists of items and transforming arrays',
|
||||
defaults: {
|
||||
name: 'Item Lists',
|
||||
color: '#ff6d5a',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
@@ -986,7 +985,7 @@ return 0;`,
|
||||
fieldName: string;
|
||||
order: 'ascending' | 'descending'
|
||||
}>;
|
||||
|
||||
|
||||
|
||||
if (!sortFields || !sortFields.length) {
|
||||
throw new NodeOperationError(this.getNode(), 'No sorting specified. Please add a field to sort by');
|
||||
|
||||
Reference in New Issue
Block a user