diff --git a/src/views/desktop/insights/ExplorerPage.vue b/src/views/desktop/insights/ExplorerPage.vue index 88a3388f..d9251291 100644 --- a/src/views/desktop/insights/ExplorerPage.vue +++ b/src/views/desktop/insights/ExplorerPage.vue @@ -399,7 +399,7 @@ function init(initProps: InsightsExplorerProps): void { if (explorersStore.currentInsightsExplorer.id !== initProps.initId) { needReload = true; } - } else { + } else if (!initProps.initId && !initProps.initActiveTab && !initProps.initDateRangeType && !initProps.initStartTime && !initProps.initEndTime) { // first time open the page explorersStore.updateCurrentInsightsExplorer(InsightsExplorer.createNewExplorer(generateRandomUUID())); isCurrentExplorerModified.value = true; }