ublo-lib 1.20.15 → 1.20.16

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.
@@ -119,7 +119,7 @@ function ContactForm({
119
119
  ...acc,
120
120
  [key]: field.value
121
121
  };
122
- });
122
+ }, {});
123
123
  onSubmit?.(payload);
124
124
  const result = await API.postMessage({
125
125
  lang: widgetLang,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.20.15",
3
+ "version": "1.20.16",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.1.5",
6
6
  "leaflet": "^1.9.1",