forked from open-webui/open-webui
fix: download allowed hosts
This commit is contained in:
parent
554e56687c
commit
d72653cdea
2 changed files with 12 additions and 7 deletions
|
@ -258,6 +258,9 @@
|
|||
console.log(error);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
const error = await fileResponse?.json();
|
||||
toast.error(error?.detail ?? error);
|
||||
}
|
||||
|
||||
if (uploaded) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue