@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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
|
|
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
|
}
|