Skip to content

Commit

Permalink
fix: description of url component (langflow-ai#3105)
Browse files Browse the repository at this point in the history
Fixed description of URL component

(cherry picked from commit 97c897b)
  • Loading branch information
lucaseduoli authored and nicoloboschi committed Aug 1, 2024
1 parent e2dacce commit 6e30bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/components/data/URL.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
]
Expand Down

0 comments on commit 6e30bf2

Please sign in to comment.