mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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:
@@ -37,7 +37,6 @@ export class Netlify implements INodeType {
|
||||
description: 'Consume Netlify API',
|
||||
defaults: {
|
||||
name: 'Netlify',
|
||||
color: '#1A82e2',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
@@ -117,7 +116,7 @@ export class Netlify implements INodeType {
|
||||
const additionalFields = this.getNodeParameter('additionalFields', i) as IDataObject;
|
||||
|
||||
Object.assign(body, additionalFields);
|
||||
|
||||
|
||||
if (body.title) {
|
||||
qs.title = body.title;
|
||||
delete body.title;
|
||||
|
||||
Reference in New Issue
Block a user