mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 04:17:48 +01:00
Update Feedbacks.svelte
fix
This commit is contained in:
@@ -92,10 +92,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const exportHandler = async () => {
|
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) => {
|
const _feedbacks = await exportAllFeedbacks(localStorage.token).catch((err) => {
|
||||||
toast.error(err);
|
toast.error(err);
|
||||||
|
|||||||
Reference in New Issue
Block a user