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:
parent
537a8010f1
commit
133a8aec5c
2 changed files with 67 additions and 70 deletions
|
|
@ -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.",
|
||||
)
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue