We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c749ec6 commit 02a0624Copy full SHA for 02a0624
statshouse-ui/src/store2/urlStore/resetDefaultParams.ts
@@ -25,7 +25,7 @@ export function resetDefaultParams(params: QueryParams) {
25
26
if (globalSettings.disabled_v1) {
27
Object.values(p.plots).forEach((plot) => {
28
- if (plot) {
+ if (plot && plot.backendVersion === METRIC_VALUE_BACKEND_VERSION.v1) {
29
plot.backendVersion = METRIC_VALUE_BACKEND_VERSION.v2;
30
reset = true;
31
}
0 commit comments