diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-02 16:42:53 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-04-02 16:42:53 +0100 |
| commit | c206aa254c39175812c0e1d0e012a6a841ea5d50 (patch) | |
| tree | 26fd1b2b33528b33b735fdcd0d2a3e93ed39c887 /apps/web/lib | |
| parent | d02fa5056a07dee699cd4b3868c2ffb673c133c2 (diff) | |
| download | karakeep-c206aa254c39175812c0e1d0e012a6a841ea5d50.tar.zst | |
feature: Include server version in the admin UI. Fixes #66
Diffstat (limited to 'apps/web/lib')
| -rw-r--r-- | apps/web/lib/clientConfig.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/lib/clientConfig.tsx b/apps/web/lib/clientConfig.tsx index d63b169c..50e9774d 100644 --- a/apps/web/lib/clientConfig.tsx +++ b/apps/web/lib/clientConfig.tsx @@ -7,6 +7,8 @@ export const ClientConfigCtx = createContext<ClientConfig>({ auth: { disableSignups: false, }, + serverVersion: undefined, + disableNewReleaseCheck: true, }); export function useClientConfig() { |
