mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(core): Show webhook urls for all webhook nodes (no-changelog) (#7783)
This reverts parts of https://github.com/n8n-io/n8n/pull/7113
This commit is contained in:
committed by
GitHub
parent
50f568560f
commit
96fd2c51bd
@@ -94,7 +94,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
return (this.nodeType as INodeTypeDescription).webhooks!.filter(
|
||||
(webhookData) => webhookData.restartWebhook !== true && !webhookData.hasLifecycleMethods,
|
||||
(webhookData) => webhookData.restartWebhook !== true,
|
||||
);
|
||||
},
|
||||
baseText() {
|
||||
|
||||
Reference in New Issue
Block a user