Add khoj_version to the settings menu

This commit is contained in:
sabaimran
2024-12-08 17:55:56 -08:00
parent 47a087c73b
commit 0b87c13f8d
3 changed files with 50 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ export interface UserProfile {
is_active: boolean;
has_documents: boolean;
detail: string;
khoj_version: string;
}
const fetcher = (url: string) =>