Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 02:03:25 +00:00
co-authored by renee-png
parent 59ea9c7d1f
commit f1a2718a20
+4
View File
@@ -35,6 +35,9 @@ function PleadingNewPage() {
const [title, setTitle] = useState("");
const [bodyHtml, setBodyHtml] = useState("<p></p>");
const [footnotes, setFootnotes] = useState<PleadingFootnote[]>([]);
const [footerLeft, setFooterLeft] = useState("");
const [footerCenter, setFooterCenter] = useState("");
const [footerRight, setFooterRight] = useState("");
const [docName, setDocName] = useState("Pleading");
const [saving, setSaving] = useState(false);
@@ -53,6 +56,7 @@ function PleadingNewPage() {
courtType, circuit, county,
plaintiffs, defendants, caseNumber,
title, bodyHtml, footnotes,
footerLeft, footerCenter, footerRight,
};
const headerLine1 = `IN THE ${courtType} COURT OF THE ${circuit} JUDICIAL CIRCUIT,`;