diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-07-06 22:37:42 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-07-06 22:37:42 +0000 |
| commit | f3b925ad715d1d5f0a8f0f98febe5f5ba5c5111f (patch) | |
| tree | 575aaead98987e3d43bae0b51e67df74c86e27b1 /apps/web/components/dashboard/lists | |
| parent | dee3a4d44ddb1999e7dec383889246e87f202d92 (diff) | |
| download | karakeep-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.tsx | 1 |
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> |
