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:26 +00:00
co-authored by renee-png
parent 06e708d9cd
commit 3c81be64d8
+2
View File
@@ -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");
})();