import/export add instead of replace (#601)

* change search language

* add to import/export

* fix log
This commit is contained in:
Mckay Wrigley
2023-04-18 16:00:20 -06:00
committed by GitHub
parent b964188d0b
commit 5725024d80
3 changed files with 28 additions and 16 deletions
@@ -1,9 +1,4 @@
import {
IconFileExport,
IconMoon,
IconSettings,
IconSun,
} from '@tabler/icons-react';
import { IconFileExport, IconSettings } from '@tabler/icons-react';
import { useContext, useState } from 'react';
import { useTranslation } from 'next-i18next';
@@ -38,7 +33,6 @@ export const ChatbarSettings = () => {
handleClearConversations,
handleImportConversations,
handleExportData,
handleApiKeyChange,
} = useContext(ChatbarContext);