mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Update placeholder port to match Postgres default (#3307)
This commit is contained in:
@@ -72,7 +72,7 @@ class Postgres_VectorStores implements INode {
|
||||
label: 'Port',
|
||||
name: 'port',
|
||||
type: 'number',
|
||||
placeholder: '6432',
|
||||
placeholder: '5432',
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user