diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-19 12:41:06 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-19 12:44:12 +0000 |
| commit | 64fb87d0ceb591a49aacad39bf5e885cab7decfa (patch) | |
| tree | da60a56a0f6546d20d753519e525e9259f789e9c /apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx | |
| parent | f94432b94512cef90cca6d0d5396b4547ccbe68b (diff) | |
| download | karakeep-64fb87d0ceb591a49aacad39bf5e885cab7decfa.tar.zst | |
feature(web): Add support for demo mode
Diffstat (limited to 'apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx')
| -rw-r--r-- | apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx b/apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx index b40e6e42..4b0dc4fd 100644 --- a/apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx +++ b/apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx @@ -92,6 +92,7 @@ export default function BookmarksGrid({ </Masonry> {hasNextPage && ( <ActionButton + ignoreDemoMode={true} loading={isFetchingNextPage} onClick={() => fetchNextPage()} className="mx-auto w-min" |
