diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index a7fd073bfd..69aeb854ef 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -2228,6 +2228,8 @@ const timeGranularityMultipleChange = (val: string) => { curComponent.value.relativeToCurrentRange = relativeToCurrentListRange.value[0]?.value } + if (curComponent.value.timeRange) return + curComponent.value.timeRange = { intervalType: 'none', dynamicWindow: false,