aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/clientConfig.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/clientConfig.tsx b/apps/web/lib/clientConfig.tsx
index ef8e0815..2a66de37 100644
--- a/apps/web/lib/clientConfig.tsx
+++ b/apps/web/lib/clientConfig.tsx
@@ -9,6 +9,7 @@ export const ClientConfigCtx = createContext<ClientConfig>({
disablePasswordAuth: false,
},
inference: {
+ isConfigured: false,
inferredTagLang: "english",
},
serverVersion: undefined,