From 24ccb35a6bc026ebe575b8217152947f3c6348e6 Mon Sep 17 00:00:00 2001 From: VICTOR CORREA GOMES <112295415+Vigtu@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:38:23 -0300 Subject: [PATCH] feat(components): Add Webhook Icon to Component Definition (#5010) * style: Add icon property to WebhookComponent class * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Hare --- src/backend/base/langflow/components/data/webhook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/base/langflow/components/data/webhook.py b/src/backend/base/langflow/components/data/webhook.py index 2f58855d8..537836c66 100644 --- a/src/backend/base/langflow/components/data/webhook.py +++ b/src/backend/base/langflow/components/data/webhook.py @@ -9,6 +9,7 @@ class WebhookComponent(Component): display_name = "Webhook" description = "Defines a webhook input for the flow." name = "Webhook" + icon = "webhook" inputs = [ MultilineInput(