@axiom-lattice/react-sdk 2.1.80 → 2.1.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -11967,7 +11967,7 @@ var DatabaseConfigFormModal = ({
11967
11967
  {
11968
11968
  value: formData.connectionString,
11969
11969
  onChange: (e) => setFormData({ ...formData, connectionString: e.target.value }),
11970
- placeholder: "e.g., postgresql://user:pass@host:5432/dbname or postgresql://user:pass@host:5432/dbname?sslmode=require",
11970
+ placeholder: "e.g., postgresql://user:pass@host:5432/dbname or mysql://user:pass@host:3306/dbname",
11971
11971
  rows: 3,
11972
11972
  style: { width: "100%" }
11973
11973
  }