aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/lists
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-07-01 20:26:25 +0000
committerMohamed Bassem <me@mbassem.com>2025-07-19 11:45:30 +0000
commit49f38efdbe3718055d2c84847d7dab92ae359be9 (patch)
tree17d4b6d062ce885fd2de3a05ced224ab49292586 /apps/web/components/dashboard/lists
parent4a4ff37b6283df1d6327a3f8ddff8b74f989ec36 (diff)
downloadkarakeep-49f38efdbe3718055d2c84847d7dab92ae359be9.tar.zst
feat: Add a proper reader mode
Diffstat (limited to 'apps/web/components/dashboard/lists')
-rw-r--r--apps/web/components/dashboard/lists/ShareListModal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/lists/ShareListModal.tsx b/apps/web/components/dashboard/lists/ShareListModal.tsx
index 16668e67..4b8218a9 100644
--- a/apps/web/components/dashboard/lists/ShareListModal.tsx
+++ b/apps/web/components/dashboard/lists/ShareListModal.tsx
@@ -4,13 +4,13 @@ import {
Dialog,
DialogClose,
DialogContent,
+ DialogDescription,
DialogFooter,
DialogHeader,
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
import { useTranslation } from "@/lib/i18n/client";
-import { DialogDescription } from "@radix-ui/react-dialog";
import { ZBookmarkList } from "@karakeep/shared/types/lists";