removed color prop (only core nodes with fa icon)

This commit is contained in:
Marcus 2022-11-23 08:47:34 +01:00
commit bb4025c55e

View file

@ -12,7 +12,6 @@ export class HttpBin implements INodeType {
description: 'Interact with HttpBin API', description: 'Interact with HttpBin API',
defaults: { defaults: {
name: 'HttpBin', name: 'HttpBin',
color: '#3b4151',
}, },
inputs: ['main'], inputs: ['main'],
outputs: ['main'], outputs: ['main'],