mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Update ui/litellm-dashboard/src/app/(dashboard)/models-and-endpoints/components/AllModelsTab.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
18af581563
commit
3a8fdc4b81
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ const AllModelsTab = ({
|
|||
refetchModels();
|
||||
} catch (error) {
|
||||
console.error("Error deleting model:", error);
|
||||
NotificationsManager.fromBackend("Failed to delete model");
|
||||
NotificationsManager.fromBackend(error);
|
||||
} finally {
|
||||
setDeleteLoading(false);
|
||||
setDeleteModalModelId(null);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue