aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/lists
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-07-06 22:37:42 +0000
committerMohamed Bassem <me@mbassem.com>2025-07-06 22:37:42 +0000
commitf3b925ad715d1d5f0a8f0f98febe5f5ba5c5111f (patch)
tree575aaead98987e3d43bae0b51e67df74c86e27b1 /apps/web/components/dashboard/lists
parentdee3a4d44ddb1999e7dec383889246e87f202d92 (diff)
downloadkarakeep-f3b925ad715d1d5f0a8f0f98febe5f5ba5c5111f.tar.zst
fix(web): Clicking on search tooltip opens the search language guide. Fixes #1540
Diffstat (limited to 'apps/web/components/dashboard/lists')
-rw-r--r--apps/web/components/dashboard/lists/EditListModal.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/lists/EditListModal.tsx b/apps/web/components/dashboard/lists/EditListModal.tsx
index 3b35e7d4..467ce1a1 100644
--- a/apps/web/components/dashboard/lists/EditListModal.tsx
+++ b/apps/web/components/dashboard/lists/EditListModal.tsx
@@ -377,6 +377,7 @@ export function EditListModal({
<Link
href="https://docs.karakeep.app/Guides/search-query-language"
className="italic"
+ target="_blank"
>
{t("lists.search_query_help")}
</Link>