Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b2ef7bf21b
commit
7f3d47bd29
@@ -263,7 +263,7 @@ function PleadingNewPage() {
|
||||
const { error: insErr } = await supabase.from("generated_documents").insert({
|
||||
name: docName || "Pleading",
|
||||
kind: "pleading",
|
||||
payload: input as any,
|
||||
payload: rawInput as any,
|
||||
storage_path: path,
|
||||
created_by: user?.id,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user