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.
@@ -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 != null && (o.value++, c.value = !0);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {