Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:06:35 +00:00
co-authored by renee-png
parent ebb391d556
commit e7905db8e5
@@ -604,6 +604,7 @@ export function CustomFormBuilder() {
font_family: fontFamily,
font_size_pt: fontSize,
signature_blocks: [],
fields: formFields as any,
};
if (asNew || !activeTemplateId) {
const { data: u } = await supabase.auth.getUser();