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(