bt-core-app 2.1.25 → 2.1.26
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
|
@@ -79491,7 +79491,7 @@ const lie = Ye({
|
|
|
79491
79491
|
u.value = "Saving Progress", s.value = t.onSaveAsync != null ? await t.onSaveAsync() : void 0, u.value = void 0, a.value = JSON.stringify(t.data);
|
|
79492
79492
|
}
|
|
79493
79493
|
async function M() {
|
|
79494
|
-
u.value = "Submitting", s.value = t.onSubmitAsync != null ? await t.onSubmitAsync() : void 0, u.value = void 0, s.value
|
|
79494
|
+
u.value = "Submitting", s.value = t.onSubmitAsync != null ? await t.onSubmitAsync() : void 0, u.value = void 0, s.value == null && (o.value++, c.value = !0);
|
|
79495
79495
|
}
|
|
79496
79496
|
function _(g) {
|
|
79497
79497
|
if (t.data != null) {
|
package/package.json
CHANGED