diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-06-07 16:46:36 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-06-07 16:46:36 +0000 |
| commit | bc65a73872cf0707d2433c289d1f04423325ed95 (patch) | |
| tree | 95de3c17907e0ea79fbca1d058263b87b3bb4c6f /apps/web/components/public/lists | |
| parent | a98f02369c5b2aea8831cbbff840fbd2ae395a7d (diff) | |
| download | karakeep-bc65a73872cf0707d2433c289d1f04423325ed95.tar.zst | |
fix: Use a new public list metadata endpoint for metadata generation
Diffstat (limited to 'apps/web/components/public/lists')
| -rw-r--r-- | apps/web/components/public/lists/PublicBookmarkGrid.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/public/lists/PublicBookmarkGrid.tsx b/apps/web/components/public/lists/PublicBookmarkGrid.tsx index 038ac3ae..0aa16eae 100644 --- a/apps/web/components/public/lists/PublicBookmarkGrid.tsx +++ b/apps/web/components/public/lists/PublicBookmarkGrid.tsx @@ -192,6 +192,7 @@ export default function PublicBookmarkGrid({ description: string | null | undefined; icon: string; numItems: number; + ownerName: string; }; bookmarks: ZPublicBookmark[]; nextCursor: ZCursor | null; |
