mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Add webhook node icon (#1910)
This commit is contained in:
@@ -41,6 +41,7 @@ function authorizationError(resp: Response, realm: string, responseCode: number,
|
||||
export class Webhook implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Webhook',
|
||||
icon: 'file:webhook.svg',
|
||||
name: 'webhook',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user