Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
7416e8fcd5
commit
6b38292218
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user