fix: description of url component (#3105)

Fixed description of URL component
This commit is contained in:
Lucas Oliveira 2024-07-31 11:14:02 -03:00 committed by GitHub
commit 97c897b753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ class URLComponent(Component):
MessageTextInput(
name="urls",
display_name="URLs",
info="Enter one or more URLs, separated by commas.",
info="Enter one or more URLs, by clicking the '+' button.",
is_list=True,
),
]