mirror of
https://github.com/directus/directus.git
synced 2026-01-28 12:18:12 -05:00
Persist existing global variable values on save (#14227)
This commit is contained in:
@@ -133,7 +133,7 @@ export const useInsightsStore = defineStore('insightsStore', () => {
|
||||
}
|
||||
});
|
||||
|
||||
variables.value = variableDefaults;
|
||||
variables.value = assign({}, variableDefaults, variables.value);
|
||||
}
|
||||
|
||||
function dehydrate() {
|
||||
|
||||
Reference in New Issue
Block a user