fix funnel chart + live demo

This commit is contained in:
Emily
2024-10-14 14:14:23 +02:00
parent 73309e7021
commit 00e63cc80b
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ onMounted(async () => {
});
const eventsData = useFetch(`/api/data/events`, {
headers: useComputedHeaders(), lazy: true, immediate: false
headers: useComputedHeaders(), lazy: true
});
const enabledEvents = ref<string[]>([]);