Update Feedbacks.svelte

fix
This commit is contained in:
silentoplayz
2025-04-04 02:38:03 +00:00
committed by GitHub
parent 2b0d9c26eb
commit 1366822f99

View File

@@ -92,10 +92,6 @@
};
const exportHandler = async () => {
if (feedbacks.length === 0) {
toast.info($i18n.t('No feedback available to export.'));
return;
}
const _feedbacks = await exportAllFeedbacks(localStorage.token).catch((err) => {
toast.error(err);