diff --git a/src/routes/documents.pleading.new.tsx b/src/routes/documents.pleading.new.tsx index 598cd1c..a7a69ff 100644 --- a/src/routes/documents.pleading.new.tsx +++ b/src/routes/documents.pleading.new.tsx @@ -47,6 +47,8 @@ function PleadingNewPage() { const [footerRight, setFooterRight] = useState(""); const [docName, setDocName] = useState("Pleading"); const [saving, setSaving] = useState(false); + const [serviceList, setServiceList] = useState([]); + const [serviceListTitle, setServiceListTitle] = useState("SERVICE LIST"); // Attorney signature (loaded from profile) const [includeSignature, setIncludeSignature] = useState(true);