Fix persisting alert groups per page setting to localStorage (#16388)

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/16390/head
Julius Volz 9 months ago committed by GitHub
parent 41744d6331
commit 6bfaaa0fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      web/ui/mantine-ui/src/state/localStorageMiddleware.ts

@ -63,6 +63,7 @@ startAppListening({
case "enableSyntaxHighlighting":
case "enableLinter":
case "showAnnotations":
case "alertGroupsPerPage":
case "ruleGroupsPerPage":
return persistToLocalStorage(`settings.${key}`, value);
}

Loading…
Cancel
Save