Update placeholder port to match Postgres default (#3307)

This commit is contained in:
Tyler
2024-10-03 16:50:09 -05:00
committed by GitHub
parent 2d3aca5456
commit 490855729b
@@ -72,7 +72,7 @@ class Postgres_VectorStores implements INode {
label: 'Port',
name: 'port',
type: 'number',
placeholder: '6432',
placeholder: '5432',
optional: true
},
{