Skip to content

Commit

Permalink
bugfix: update placeholder for SQL database connection string (Flowis…
Browse files Browse the repository at this point in the history
…eAI#3034)

chore: update placeholder for SQL database connection string
  • Loading branch information
sashalinder authored and patrickalvesexperian committed Sep 3, 2024
1 parent 09c1cf7 commit 3da4ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SqlDatabaseChain_Chains implements INode {
label: 'Connection string or file path (sqlite only)',
name: 'url',
type: 'string',
placeholder: '1270.0.0.1:5432/chinook'
placeholder: '127.0.0.1:5432/chinook'
},
{
label: 'Include Tables',
Expand Down
2 changes: 1 addition & 1 deletion packages/server/marketplaces/chatflows/SQL DB Chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"label": "Connection string or file path (sqlite only)",
"name": "url",
"type": "string",
"placeholder": "1270.0.0.1:5432/chinook",
"placeholder": "127.0.0.1:5432/chinook",
"id": "sqlDatabaseChain_0-input-url-string"
},
{
Expand Down

0 comments on commit 3da4ca7

Please sign in to comment.