fix log
This commit is contained in:
@@ -99,7 +99,6 @@ export const Chatbar = () => {
|
||||
};
|
||||
|
||||
const handleImportConversations = (data: SupportedExportFormats) => {
|
||||
console.log(data);
|
||||
const { history, folders, prompts }: LatestExportFormat = importData(data);
|
||||
homeDispatch({ field: 'conversations', value: history });
|
||||
homeDispatch({
|
||||
|
||||
Reference in New Issue
Block a user