diff --git a/app/src/stores/insights.ts b/app/src/stores/insights.ts index d07fd08e04..b4be26663c 100644 --- a/app/src/stores/insights.ts +++ b/app/src/stores/insights.ts @@ -133,7 +133,7 @@ export const useInsightsStore = defineStore('insightsStore', () => { } }); - variables.value = variableDefaults; + variables.value = assign({}, variableDefaults, variables.value); } function dehydrate() {