aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard/lists
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-17 13:12:11 +0000
committerMohamedBassem <me@mbassem.com>2024-03-17 13:12:11 +0000
commitfc8eb79b98bbea558bd614dc71dd66b72ab9b0c0 (patch)
treee868b500b8b5d00cf82011013b68dd3e669bbec3 /apps/web/app/dashboard/lists
parente86f6a9cf0eb271abfc7cf53ec10ef372d52f0bd (diff)
downloadkarakeep-fc8eb79b98bbea558bd614dc71dd66b72ab9b0c0.tar.zst
feature: Implemente pagination support
Diffstat (limited to 'apps/web/app/dashboard/lists')
-rw-r--r--apps/web/app/dashboard/lists/[listId]/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/dashboard/lists/[listId]/page.tsx b/apps/web/app/dashboard/lists/[listId]/page.tsx
index b9a26053..a8ba4feb 100644
--- a/apps/web/app/dashboard/lists/[listId]/page.tsx
+++ b/apps/web/app/dashboard/lists/[listId]/page.tsx
@@ -43,7 +43,7 @@ export default async function ListPage({
<hr />
<BookmarksGrid
query={{ listId: list.id, archived: false }}
- bookmarks={bookmarks.bookmarks}
+ bookmarks={bookmarks}
/>
</div>
);