Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: trpc call (#1555)

authored by

Maximilian Kaske and committed by
GitHub
2ed9713d 38eaffb5

+1 -1
+1 -1
apps/dashboard/src/app/(dashboard)/status-pages/[id]/maintenances/page.tsx
··· 30 30 }), 31 31 ); 32 32 const sendMaintenanceUpdateMutation = useMutation( 33 - trpc.emailRouter.sendStatusReport.mutationOptions(), 33 + trpc.emailRouter.sendMaintenance.mutationOptions(), 34 34 ); 35 35 const createStatusPageMutation = useMutation( 36 36 trpc.maintenance.new.mutationOptions({