Explore: Fix casing for exploreHideLogsDownload setting (#100081)

This commit is contained in:
Sven Grossmann
2025-02-04 18:32:08 +01:00
committed by GitHub
parent 3fd1b67381
commit 87bb7c3947
+1 -1
View File
@@ -212,7 +212,7 @@ type FrontendSettingsDTO struct {
CSPReportOnlyEnabled bool `json:"cspReportOnlyEnabled"`
EnableFrontendSandboxForPlugins []string `json:"enableFrontendSandboxForPlugins"`
ExploreDefaultTimeOffset string `json:"exploreDefaultTimeOffset"`
ExploreHideLogsDownload bool `json:"ExploreHideLogsDownload"`
ExploreHideLogsDownload bool `json:"exploreHideLogsDownload"`
Auth FrontendSettingsAuthDTO `json:"auth"`