mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
Update Feedbacks.svelte
fix
This commit is contained in:
parent
2b0d9c26eb
commit
1366822f99
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user