mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Sanitize description in uProc node (#2776)
* 🔥 Sanitize link * 🔥 Shorten description
This commit is contained in:
parent
78babf9b9a
commit
f3665ac245
|
@ -74,7 +74,7 @@ export class UProc implements INodeType {
|
|||
displayName: 'Data Webhook',
|
||||
name: 'dataWebhook',
|
||||
type: 'string',
|
||||
description: 'URL to send tool response when tool has resolved your request. You can create your own webhook at en <a href="https://beeceptor.com">Beeceptor</a>, <a href="https://www.integromat.com/">Integromat</a>, <a href="https://zapier.com/">Zapier</a> or <a href="https://n8n.io/">n8n</a>',
|
||||
description: 'URL to send tool response when tool has resolved your request',
|
||||
default: '',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue