mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
ui fixes
This commit is contained in:
parent
f61dc66a02
commit
9e2ac16f79
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ export const handleAddAutoRouterSubmit = async (values: any, accessToken: string
|
|||
|
||||
// Show success notification
|
||||
const routerTypeName = values.model_type === "complexity_router" ? "Complexity Router" : "Semantic Router";
|
||||
NotificationManager.fromBackend(`Successfully created ${routerTypeName}: ${values.auto_router_name}`, "success");
|
||||
NotificationManager.success(`Successfully created ${routerTypeName}: ${values.auto_router_name}`);
|
||||
|
||||
// Reset the form
|
||||
form.resetFields();
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"jsx": "react-jsx",
|
||||
"incremental": true,
|
||||
"plugins": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue