Add webhook node icon (#1910)

This commit is contained in:
Iván Ovejero
2021-06-18 23:48:38 +02:00
committed by GitHub
parent 3f749ec789
commit f8fcf0c165
2 changed files with 2 additions and 0 deletions

View File

@@ -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,