Skip to content

Commit

Permalink
update consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Aug 20, 2024
1 parent dd45c6e commit 63afd08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function useFetchActiveAlerts() {
const { loading, data } = useFetcher(async () => {
return await http.post<ESSearchResponse>(`${BASE_RAC_ALERTS_API_PATH}/find`, {
body: JSON.stringify({
feature_ids: [AlertConsumers.UPTIME, AlertConsumers.OBSERVABILITY],
feature_ids: [AlertConsumers.UPTIME],
size: 0,
track_total_hits: true,
query: {
Expand Down

0 comments on commit 63afd08

Please sign in to comment.