mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01: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;
|
||||
}
|
||||
|
||||
export const useApiKeys = () => {
|
||||
const useApiKeys = () => {
|
||||
const [apiKeys, setApiKeys] = useState<TokenObject[]>([]);
|
||||
const { toast } = useToast();
|
||||
|
||||
|
@ -621,7 +621,6 @@ export default function SettingsView() {
|
|||
</title>
|
||||
<div className={styles.sidePanel}>
|
||||
<SidePanel
|
||||
webSocketConnected={true}
|
||||
conversationId={null}
|
||||
uploadedFiles={[]}
|
||||
isMobileWidth={isMobileWidth}
|
||||
|
|
Loading…
Reference in a new issue