fix toast

This commit is contained in:
an-lee
2024-08-07 23:02:59 +08:00
parent b67af6cc09
commit 517f9d40d3

View File

@@ -30,7 +30,7 @@ export const MediaInfoPanel = () => {
});
}
} catch (error) {
toast.error(error);
toast.error(error.message);
}
setSummarizing(false);