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

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2025-04-02 10:44:47 +02:00 committed by GitHub
parent 41744d6331
commit 6bfaaa0fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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