diff --git a/apps/admin-ui/src/authentication/components/FlowDiagram.tsx b/apps/admin-ui/src/authentication/components/FlowDiagram.tsx index 76c052eca0..e1d79744d9 100644 --- a/apps/admin-ui/src/authentication/components/FlowDiagram.tsx +++ b/apps/admin-ui/src/authentication/components/FlowDiagram.tsx @@ -1,13 +1,4 @@ import type AuthenticationExecutionInfoRepresentation from "@keycloak/keycloak-admin-client/lib/defs/authenticationExecutionInfoRepresentation"; -import { - Drawer, - DrawerActions, - DrawerCloseButton, - DrawerContent, - DrawerContentBody, - DrawerHead, - DrawerPanelContent, -} from "@patternfly/react-core"; import { MouseEvent as ReactMouseEvent, useMemo, useState } from "react"; import { Background, @@ -289,37 +280,20 @@ export const FlowDiagram = ({ }; return ( - setExpandDrawer(true)}> - - - drawer-panel - - setExpandDrawer(false)} /> - - - - } - > - - - - - - - - - + + + + + ); };