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 <ericrhare@gmail.com>
This commit is contained in:
parent
dee1439c78
commit
24ccb35a6b
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class WebhookComponent(Component):
|
|||
display_name = "Webhook"
|
||||
description = "Defines a webhook input for the flow."
|
||||
name = "Webhook"
|
||||
icon = "webhook"
|
||||
|
||||
inputs = [
|
||||
MultilineInput(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue