diff --git a/src/routes/documents.pleading.new.tsx b/src/routes/documents.pleading.new.tsx index a7a69ff..211086e 100644 --- a/src/routes/documents.pleading.new.tsx +++ b/src/routes/documents.pleading.new.tsx @@ -127,6 +127,8 @@ function PleadingNewPage() { if (typeof p.footerLeft === "string") setFooterLeft(p.footerLeft); if (typeof p.footerCenter === "string") setFooterCenter(p.footerCenter); if (typeof p.footerRight === "string") setFooterRight(p.footerRight); + if (Array.isArray(p.serviceList)) setServiceList(p.serviceList); + if (typeof p.serviceListTitle === "string") setServiceListTitle(p.serviceListTitle); setDocName(`${data.name} (copy)`); toast.success("Loaded saved pleading"); })();