@3sc/common-component 0.0.273 → 0.0.274
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43676,7 +43676,7 @@ const CW = (e, t, n, r, o) => {
|
|
|
43676
43676
|
onChange: async (u) => {
|
|
43677
43677
|
l(u);
|
|
43678
43678
|
const d = m8(u == null ? void 0 : u.value, t);
|
|
43679
|
-
await Hc({ baseUrl: n, payload: d });
|
|
43679
|
+
Object.keys(d).length && await Hc({ baseUrl: n, payload: d });
|
|
43680
43680
|
}
|
|
43681
43681
|
}
|
|
43682
43682
|
)
|