From 8d00f61f2ce70fc7addf4ad441f8ef9cf0c2a7f8 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 19:10:56 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/documents.pleading.new.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/documents.pleading.new.tsx b/src/routes/documents.pleading.new.tsx index 843c4b6..b35cfa2 100644 --- a/src/routes/documents.pleading.new.tsx +++ b/src/routes/documents.pleading.new.tsx @@ -179,6 +179,8 @@ function PleadingNewPage() { if (typeof p.footerRight === "string") setFooterRight(p.footerRight); if (Array.isArray(p.serviceList)) setServiceList(p.serviceList); if (typeof p.serviceListTitle === "string") setServiceListTitle(p.serviceListTitle); + if (typeof p.clientId === "string") setClientId(p.clientId); + if (typeof p.caseId === "string") setCaseId(p.caseId); setDocName(`${data.name} (copy)`); toast.success("Loaded saved pleading"); })();