Working on implementation of alert policies. Some refactoring in user profile and patching a bug in status endpoint api.

This commit is contained in:
charlesgauthereau
2025-11-28 23:10:37 +01:00
parent d968aa9c16
commit 934e635cdb
29 changed files with 3364 additions and 1551 deletions
@@ -26,9 +26,6 @@ export default async function RoutePage(props: PageParams<{ slug: string }>) {
const notificationChannels = await getOrganizationChannels(organization.id)
console.log("notificationChannels", notificationChannels);
const isMember = activeMember?.role === "member";
const isOwner = activeMember?.role === "owner";