diff options
| author | MaheshtheDev <[email protected]> | 2025-11-15 05:43:08 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-11-15 05:43:08 +0000 |
| commit | 05e27f4f83ca772a801fbae133a3c7e7bd0d7372 (patch) | |
| tree | b561982a28868d3290256226685d581caf0890c6 | |
| parent | fix: prevent memory from opening when delete memory dialog is open (#582) (diff) | |
| download | supermemory-11-13-fix_document_source.tar.xz supermemory-11-13-fix_document_source.zip | |
fix: document source (#580)11-13-fix_document_source
| -rw-r--r-- | apps/web/app/onboarding/bio-form.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/onboarding/bio-form.tsx b/apps/web/app/onboarding/bio-form.tsx index 21b0e34b..97be3d9e 100644 --- a/apps/web/app/onboarding/bio-form.tsx +++ b/apps/web/app/onboarding/bio-form.tsx @@ -20,7 +20,7 @@ export function BioForm() { } nextStep() - void $fetch("@post/memories", { + void $fetch("@post/documents", { body: { content: trimmed, containerTags: ["sm_project_default"], |