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
|
@ -75,7 +75,7 @@ const Settings: React.FC<SettingsPageProps> = ({
|
|||
try {
|
||||
setCallbacksCall(accessToken, payload);
|
||||
} catch (error) {
|
||||
message.error("Failed to update callback: " + error);
|
||||
message.error("Failed to update callback: " + error, 20);
|
||||
}
|
||||
|
||||
message.success("Callback updated successfully");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue