Fix e2e_ui_test (#13881)

* new notifications

* FIX TEST
This commit is contained in:
tanjiro
2025-08-22 14:54:46 +09:00
committed by GitHub
parent a61275f6e2
commit bfd5ad032e
@@ -2,6 +2,7 @@ import React from "react";
import { Switch, Tooltip, message } from "antd";
import { InfoCircleOutlined, CopyOutlined } from "@ant-design/icons";
import { EndpointType } from "./mode_endpoint_mapping";
import NotificationsManager from "../molecules/notifications_manager";
interface SessionManagementProps {
endpointType: string;