feat(platform): use alert events api surface
This commit is contained in:
@@ -73,7 +73,7 @@ export function NotificationRules() {
|
||||
const load = () => {
|
||||
setLoading(true);
|
||||
Promise.all([
|
||||
api.qualityNotificationPlan(new URLSearchParams({ limit: '50' })),
|
||||
api.alertEventNotificationPlan(new URLSearchParams({ limit: '50' })),
|
||||
api.opsHealth().catch(() => null)
|
||||
])
|
||||
.then(([nextPlan, nextHealth]) => {
|
||||
|
||||
Reference in New Issue
Block a user