diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-06 00:18:18 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-04-06 00:18:18 +0100 |
| commit | a81c3941465e4fe650049e2557b9d5bbc67d47a8 (patch) | |
| tree | dc4e02ea46aa85ebd0d20970a2cbdd0faff4a022 /apps/web/app/dashboard/lists | |
| parent | 91b088db868eecc0d048e52a3529846ae4d5c580 (diff) | |
| download | karakeep-a81c3941465e4fe650049e2557b9d5bbc67d47a8.tar.zst | |
feature: Change archived meaning to only mean removed from homepage
Diffstat (limited to 'apps/web/app/dashboard/lists')
| -rw-r--r-- | apps/web/app/dashboard/lists/[listId]/page.tsx | 2 |
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 4d7df133..2b8025e5 100644 --- a/apps/web/app/dashboard/lists/[listId]/page.tsx +++ b/apps/web/app/dashboard/lists/[listId]/page.tsx @@ -25,7 +25,7 @@ export default async function ListPage({ return ( <BookmarkListContextProvider listId={list.id}> <Bookmarks - query={{ listId: list.id, archived: false }} + query={{ listId: list.id }} showDivider={true} header={ <div className="flex justify-between"> |
