@vuetify/one 2.3.0 → 2.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -481,7 +481,7 @@ const xe = H("team", () => {
481
481
  async function g() {
482
482
  if (await be(), !(!t.value || !o.one.sync))
483
483
  try {
484
- await n.post("/user/settings", { settings: o.$state });
484
+ await n.post("/user/settings", { settings: o.$state }), await y(!0);
485
485
  } catch (T) {
486
486
  c.showError(T?.message ?? "Error syncing settings");
487
487
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",