From f7a9ee624d3e90b30adf8251c0a6d6622f15f30e Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 10 Apr 2026 02:30:11 +0400 Subject: [PATCH] fix: groups didnt save --- apps/web/src/routes/dashboard.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/routes/dashboard.ts b/apps/web/src/routes/dashboard.ts index 30ab1a7..549f110 100644 --- a/apps/web/src/routes/dashboard.ts +++ b/apps/web/src/routes/dashboard.ts @@ -778,6 +778,7 @@ export const dashboard = new Elysia() og_image_url: b.og_image_url || null, custom_css: b.custom_css || null, footer_text: b.footer_text || null, + groups: groupsForApi, monitors: monitorsForApi, }; // Three cases for the password field: