forked from phoenix/litellm-mirror
feat- show errors 20s
This commit is contained in:
parent
90650cf4e1
commit
6fa7b4868c
5 changed files with 39 additions and 39 deletions
|
@ -290,7 +290,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
}
|
||||
} catch (error) {
|
||||
console.error("Error creating the team:", error);
|
||||
message.error("Error creating the team: " + error);
|
||||
message.error("Error creating the team: " + error, 20);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue