mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove deprecated fields and fix erroneous export in settings page
This commit is contained in:
parent
7941f4d54d
commit
ed16914ac3
1 changed files with 1 additions and 2 deletions
|
@ -268,7 +268,7 @@ interface TokenObject {
|
||||||
name: string;
|
name: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const useApiKeys = () => {
|
const useApiKeys = () => {
|
||||||
const [apiKeys, setApiKeys] = useState<TokenObject[]>([]);
|
const [apiKeys, setApiKeys] = useState<TokenObject[]>([]);
|
||||||
const { toast } = useToast();
|
const { toast } = useToast();
|
||||||
|
|
||||||
|
@ -621,7 +621,6 @@ export default function SettingsView() {
|
||||||
</title>
|
</title>
|
||||||
<div className={styles.sidePanel}>
|
<div className={styles.sidePanel}>
|
||||||
<SidePanel
|
<SidePanel
|
||||||
webSocketConnected={true}
|
|
||||||
conversationId={null}
|
conversationId={null}
|
||||||
uploadedFiles={[]}
|
uploadedFiles={[]}
|
||||||
isMobileWidth={isMobileWidth}
|
isMobileWidth={isMobileWidth}
|
||||||
|
|
Loading…
Add table
Reference in a new issue