@vuetify/one 2.13.0 → 2.13.2
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/{auth-DkYOaeOy.js → auth-Zr1gGj1z.js} +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +733 -727
- package/dist/one.css +1 -1
- package/dist/stores/auth.js +1 -1
- package/package.json +1 -1
|
@@ -350,7 +350,7 @@ const X = O("one", () => {
|
|
|
350
350
|
}
|
|
351
351
|
async function C() {
|
|
352
352
|
try {
|
|
353
|
-
return n.value = !0, await i.get("/one/activity");
|
|
353
|
+
return n.value = !0, (await i.get("/one/activity")).items;
|
|
354
354
|
} catch (t) {
|
|
355
355
|
o.showError(t?.message ?? "Error fetching recent activity");
|
|
356
356
|
} finally {
|