Skip to content

Commit cc16999

Browse files
committed
fix(admin-ui): session expiration dialog is not being displayed #1081
1 parent c115409 commit cc16999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-ui/app/routes/Apps/Gluu/GluuSessionTimeoutDialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import {
44
DialogTitle,
55
DialogContent,
66
DialogActions,
7-
Button,
87
Typography,
98
Slide
109
} from "@mui/material"
10+
import { Button } from 'Components'
1111
import clsx from "clsx"
1212
import styles from "./styles/GluuSessionTimeoutDialog.style"
1313
import { ThemeContext } from 'Context/theme/themeContext'

0 commit comments

Comments
 (0)