diff --git a/apps/web/src/components/note/index.tsx b/apps/web/src/components/note/index.tsx index 0736f9a1d..d2a424aaf 100644 --- a/apps/web/src/components/note/index.tsx +++ b/apps/web/src/components/note/index.tsx @@ -550,7 +550,7 @@ export const noteMenuItems: ( await exportNotes( format.type, - db.notes.all.where((eb) => eb("id", "in", ids)) + db.notes.exportable.where((eb) => eb("id", "in", ids)) ); } }))