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