Skip to content

Commit

Permalink
Fix: docs now open correctly (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Jun 27, 2023
2 parents a795632 + c29c813 commit f33ad20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "0.2.3"
version = "0.2.4"
description = "A Python package with a built-in web application"
authors = ["Logspace <[email protected]>"]
maintainers = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ const NodeToolbarComponent = (props) => {
? " text-muted-foreground"
: " text-foreground")
)}
target="_blank"
rel="noopener noreferrer"
href={props.data.node.documentation}
// deactivate link if no documentation is provided
onClick={(event) => {
Expand Down

0 comments on commit f33ad20

Please sign in to comment.