Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:11:41 +00:00
co-authored by renee-png
parent 7416e8fcd5
commit 6b38292218
+3
View File
@@ -22,6 +22,9 @@ import { Download, FileText, Save, Loader2, Plus, Trash2 } from "lucide-react";
export const Route = createFileRoute("/documents/pleading/new")({
component: PleadingNewPage,
validateSearch: (search: Record<string, unknown>) => ({
from: typeof search.from === "string" ? search.from : undefined,
}),
});
function PleadingNewPage() {