Skip to content

Commit 988434a

Browse files
fix: fix linting error
1 parent 75d75af commit 988434a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/litellm-dashboard/src/components/chat_ui/SessionManagement.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react";
22
import { Switch, Tooltip, message } from "antd";
33
import { InfoCircleOutlined, CopyOutlined } from "@ant-design/icons";
44
import { EndpointType } from "./mode_endpoint_mapping";
5+
import NotificationsManager from "../molecules/notifications_manager";
56

67
interface SessionManagementProps {
78
endpointType: string;

0 commit comments

Comments
 (0)