fix: change input display name of Webhook component to "Payload" (#4507)

* change input display name of webhook component to payload

* [autofix.ci] apply automated fixes

* 📝 (docs): update formatting and alignment of tables in components-data.md to improve readability and consistency across the document

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Cristhian Zanforlin Lousa 2024-11-11 17:51:44 -03:00 committed by GitHub
commit 133a8aec5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 67 additions and 70 deletions

View file

@ -13,7 +13,7 @@ class WebhookComponent(Component):
inputs = [
MultilineInput(
name="data",
display_name="JSON Payload",
display_name="Payload",
info="Use this field to quickly test the webhook component by providing a JSON payload.",
)
]