This commit is contained in:
Mckay Wrigley
2023-04-18 16:00:10 -06:00
parent 11f52e76b4
commit ffd5b156c6
-1
View File
@@ -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({