bt-core-app 1.4.414 → 1.4.415
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -23949,7 +23949,7 @@ function Qi(e, t, n) {
|
|
|
23949
23949
|
additionalUrl: Oe,
|
|
23950
23950
|
onDeleteAsync: Ae
|
|
23951
23951
|
} = { ...e }, mt = lt(ve), le = r(mt);
|
|
23952
|
-
if (le == null)
|
|
23952
|
+
if (console.log("deleting"), console.log(r), console.log(le), le == null)
|
|
23953
23953
|
return;
|
|
23954
23954
|
const Ce = (de) => {
|
|
23955
23955
|
if (!(H.value == null || !Array.isArray(H.value)))
|
package/package.json
CHANGED