aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-07-05 19:57:01 +0000
committerMohamed Bassem <me@mbassem.com>2025-07-05 19:57:01 +0000
commit5576361a1afa280abb256cafe17b7a140ee42adf (patch)
treeb61c60838336cdf24d2b69bd6321d03468bc3138 /apps/web/app/dashboard
parentd66b3b8619e8fff36c0243f7cc67eef864c5009b (diff)
downloadkarakeep-5576361a1afa280abb256cafe17b7a140ee42adf.tar.zst
feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixes #724
Diffstat (limited to 'apps/web/app/dashboard')
-rw-r--r--apps/web/app/dashboard/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/dashboard/layout.tsx b/apps/web/app/dashboard/layout.tsx
index c4a53e4b..670286ea 100644
--- a/apps/web/app/dashboard/layout.tsx
+++ b/apps/web/app/dashboard/layout.tsx
@@ -43,7 +43,7 @@ export default async function Dashboard({
icon: <Home size={18} />,
path: "/dashboard/bookmarks",
},
- serverConfig.meilisearch
+ serverConfig.search.meilisearch
? [
{
name: t("common.search"),