aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/onboarding
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-11-15 05:43:08 +0000
committerMaheshtheDev <[email protected]>2025-11-15 05:43:08 +0000
commit05e27f4f83ca772a801fbae133a3c7e7bd0d7372 (patch)
treeb561982a28868d3290256226685d581caf0890c6 /apps/web/app/onboarding
parentfix: prevent memory from opening when delete memory dialog is open (#582) (diff)
downloadsupermemory-11-13-fix_document_source.tar.xz
supermemory-11-13-fix_document_source.zip
fix: document source (#580)11-13-fix_document_source
Diffstat (limited to 'apps/web/app/onboarding')
-rw-r--r--apps/web/app/onboarding/bio-form.tsx2
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"],