mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Remove deprecated fields and fix erroneous export in settings page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user