mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 14:22:26 -05:00
removed color prop (only core nodes with fa icon)
This commit is contained in:
parent
fcf930d1c5
commit
bb4025c55e
1 changed files with 0 additions and 1 deletions
|
|
@ -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'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue