Skip to content

Commit

Permalink
fix: [Security:Rules:Detection Rules]Notify Bell button on installed …
Browse files Browse the repository at this point in the history
…rules table on Detection rules(siem) page is missing accessible discernible text

Closes: #204483

Related to: #188075
  • Loading branch information
alexwizp committed Dec 31, 2024
1 parent dd31e40 commit 800413d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const fetchRulesSnoozeSettings = async ({
method: 'POST',
body: JSON.stringify({
filter: ids.map((x) => `alert.id:"alert:${x}"`).join(' or '),
fields: JSON.stringify(['muteAll', 'activeSnoozes', 'isSnoozedUntil', 'snoozeSchedule']),
fields: JSON.stringify(['name', 'muteAll', 'activeSnoozes', 'isSnoozedUntil', 'snoozeSchedule']),
per_page: ids.length,
}),
signal,
Expand Down

0 comments on commit 800413d

Please sign in to comment.