Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:46:18 +00:00
co-authored by renee-png
parent 4d88d9a762
commit 06e708d9cd
+2
View File
@@ -47,6 +47,8 @@ function PleadingNewPage() {
const [footerRight, setFooterRight] = useState("");
const [docName, setDocName] = useState("Pleading");
const [saving, setSaving] = useState(false);
const [serviceList, setServiceList] = useState<ServiceContact[]>([]);
const [serviceListTitle, setServiceListTitle] = useState("SERVICE LIST");
// Attorney signature (loaded from profile)
const [includeSignature, setIncludeSignature] = useState(true);