mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Update Feedbacks.svelte
fix
This commit is contained in:
parent
2b0d9c26eb
commit
1366822f99
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue