diff --git a/error.vue b/error.vue index 7dd9aa8..4996d29 100644 --- a/error.vue +++ b/error.vue @@ -22,7 +22,7 @@ const global = ref([]); onMounted(async () => { - const items = await getItems({ collection: "Global" }); + const items = await getItems({ collection: "global" }); global.value = items; });