fix: groups didnt save
This commit is contained in:
@@ -778,6 +778,7 @@ export const dashboard = new Elysia()
|
|||||||
og_image_url: b.og_image_url || null,
|
og_image_url: b.og_image_url || null,
|
||||||
custom_css: b.custom_css || null,
|
custom_css: b.custom_css || null,
|
||||||
footer_text: b.footer_text || null,
|
footer_text: b.footer_text || null,
|
||||||
|
groups: groupsForApi,
|
||||||
monitors: monitorsForApi,
|
monitors: monitorsForApi,
|
||||||
};
|
};
|
||||||
// Three cases for the password field:
|
// Three cases for the password field:
|
||||||
|
|||||||
Reference in New Issue
Block a user