Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
7f3d47bd29
commit
8d00f61f2c
@@ -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");
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user