mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Update Feedbacks.svelte
fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user