diff --git a/src/views/desktop/insights/ExplorerPage.vue b/src/views/desktop/insights/ExplorerPage.vue
index 13d62e7d..5520b664 100644
--- a/src/views/desktop/insights/ExplorerPage.vue
+++ b/src/views/desktop/insights/ExplorerPage.vue
@@ -20,11 +20,11 @@
{{ explorer.name || tt('Untitled Explorer') }}
-
+
@@ -306,7 +306,8 @@ const showCustomDateRangeDialog = ref(false);
const firstDayOfWeek = computed(() => userStore.currentUserFirstDayOfWeek);
const fiscalYearStart = computed(() => userStore.currentUserFiscalYearStart);
-const allExplorers = computed(() => {
+const allExplorers = computed(() => explorersStore.allInsightsExplorerBasicInfos);
+const allVisibleExplorers = computed(() => {
const ret: InsightsExplorerBasicInfo[] = [];
let hasCurrentExplorer = false;