@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.
- package/dist/index.js +1 -1
- 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
|
}
|