We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61275f commit bfd5ad0Copy full SHA for bfd5ad0
ui/litellm-dashboard/src/components/chat_ui/SessionManagement.tsx
@@ -2,6 +2,7 @@ import React from "react";
2
import { Switch, Tooltip, message } from "antd";
3
import { InfoCircleOutlined, CopyOutlined } from "@ant-design/icons";
4
import { EndpointType } from "./mode_endpoint_mapping";
5
+import NotificationsManager from "../molecules/notifications_manager";
6
7
interface SessionManagementProps {
8
endpointType: string;
0 commit comments