@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.js CHANGED
@@ -11948,7 +11948,7 @@ var DatabaseConfigFormModal = ({
11948
11948
  {
11949
11949
  value: formData.connectionString,
11950
11950
  onChange: (e) => setFormData({ ...formData, connectionString: e.target.value }),
11951
- placeholder: "e.g., postgresql://user:pass@host:5432/dbname or postgresql://user:pass@host:5432/dbname?sslmode=require",
11951
+ placeholder: "e.g., postgresql://user:pass@host:5432/dbname or mysql://user:pass@host:3306/dbname",
11952
11952
  rows: 3,
11953
11953
  style: { width: "100%" }
11954
11954
  }