bugfix: update placeholder for SQL database connection string (#3034)

chore: update placeholder for SQL database connection string
This commit is contained in:
Alex Linder
2024-08-18 23:02:16 +03:00
committed by GitHub
parent d5153c3840
commit 2e689f2cff
2 changed files with 2 additions and 2 deletions
@@ -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',