mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Reorder cred param in Webhook node
This commit is contained in:
parent
2c8805c372
commit
6d07fc2d8d
|
@ -136,6 +136,8 @@ export default mixins(
|
||||||
indexToShowSlotAt (): number {
|
indexToShowSlotAt (): number {
|
||||||
if (this.isHttpRequestNodeV2(this.node)) return 2;
|
if (this.isHttpRequestNodeV2(this.node)) return 2;
|
||||||
|
|
||||||
|
if (this.node.type === 'n8n-nodes-base.webhook') return 1;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue