Merge pull request #17611 from prometheus/default-hide-alert-annotations

Hide alert annotations by default
This commit is contained in:
Julius Volz 2026-02-03 15:23:11 +01:00 committed by GitHub
commit dbfc635a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ export const initialState: Settings = {
),
showAnnotations: initializeFromLocalStorage<boolean>(
localStorageKeyShowAnnotations,
true
false
),
showQueryWarnings: initializeFromLocalStorage<boolean>(
localStorageKeyShowQueryWarnings,