Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
59ea9c7d1f
commit
f1a2718a20
@@ -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,`;
|
||||
|
||||
Reference in New Issue
Block a user