Openstatus www.openstatus.dev

fix: notifications 404 (#1403)

authored by

Maximilian Kaske and committed by
GitHub
96f76bb6 0702aa17

+2 -1
+2 -1
apps/dashboard/src/app/(dashboard)/monitors/[id]/sidebar.tsx
··· 95 95 label: "Name", 96 96 value: ( 97 97 <TableCellLink 98 - href={`/notifications/${notification.id}`} 98 + // TODO: add the ?id= to the href and open the sheet 99 + href={"/notifications"} 99 100 value={notification.name} 100 101 /> 101 102 ),