diff --git a/src/components/forms/custom-form-builder.tsx b/src/components/forms/custom-form-builder.tsx index 6826c14..b09beb6 100644 --- a/src/components/forms/custom-form-builder.tsx +++ b/src/components/forms/custom-form-builder.tsx @@ -140,6 +140,7 @@ interface SavedTemplate { font_family: string; font_size_pt: number; signature_blocks: Array<{ name: string; title?: string }>; + fields: FormFieldDef[]; updated_at: string; }