szld-libs 0.4.18 → 0.4.19

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.
@@ -554,7 +554,6 @@ function useDynamicForm(props) {
554
554
  langId,
555
555
  onChange: (val) => {
556
556
  if (val && typeof val === "object" && !Array.isArray(val)) {
557
- alert(JSON.stringify(val));
558
557
  form.setFieldsValue({
559
558
  ...form.getFieldsValue(),
560
559
  ...val
@@ -555,7 +555,6 @@ function useDynamicForm(props) {
555
555
  langId,
556
556
  onChange: (val) => {
557
557
  if (val && typeof val === "object" && !Array.isArray(val)) {
558
- alert(JSON.stringify(val));
559
558
  form.setFieldsValue({
560
559
  ...form.getFieldsValue(),
561
560
  ...val
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.4.18",
4
+ "version": "0.4.19",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",