mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
- update marketplaces
- add version to nodes and credentials - hover over node actions
This commit is contained in:
@@ -5,6 +5,7 @@ import { MakeWebhookTool } from './core'
|
||||
class MakeWebhook_Tools implements INode {
|
||||
label: string
|
||||
name: string
|
||||
version: number
|
||||
description: string
|
||||
type: string
|
||||
icon: string
|
||||
@@ -15,6 +16,7 @@ class MakeWebhook_Tools implements INode {
|
||||
constructor() {
|
||||
this.label = 'Make.com Webhook'
|
||||
this.name = 'makeWebhook'
|
||||
this.version = 1.0
|
||||
this.type = 'MakeWebhook'
|
||||
this.icon = 'make.png'
|
||||
this.category = 'Tools'
|
||||
|
||||
Reference in New Issue
Block a user