[v11.2.x] Runtime: Make dashboardSceneSolo flag updatable at runtime (#92487)

Runtime: Make dashboardSceneSolo flag updatable at runtime (#92290)

Runtime: Make dashboardSceneSolo flag updatable at runtimeuntime
(cherry picked from commit 79abc0cf1d)

Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-08-27 15:46:52 +02:00
committed by GitHub
co-authored by Agnès Toulet
parent a7867bd1c1
commit 2a88694fd3
+1 -1
View File
@@ -263,7 +263,7 @@ function overrideFeatureTogglesFromUrl(config: GrafanaBootConfig) {
// Although most flags can not be changed from the URL in production,
// some of them are safe (and useful!) to change dynamically from the browser URL
const safeRuntimeFeatureFlags = new Set(['queryServiceFromUI']);
const safeRuntimeFeatureFlags = new Set(['queryServiceFromUI', 'dashboardSceneSolo']);
const params = new URLSearchParams(window.location.search);
params.forEach((value, key) => {