Merge pull request #1382 from open-webui/main

dev
This commit is contained in:
Timothy Jaeryang Baek
2024-04-01 14:16:35 -07:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -258,6 +258,9 @@
console.log(error);
}
}
} else {
const error = await fileResponse?.json();
toast.error(error?.detail ?? error);
}
if (uploaded) {