fix: service mode viewer ui
This commit is contained in:
parent
e7db2a8573
commit
a355a9c85e
@ -74,6 +74,7 @@ export const ServiceViewer = forwardRef<DialogRef, Props>((props, ref) => {
|
|||||||
open={open}
|
open={open}
|
||||||
title={t("Service Mode")}
|
title={t("Service Mode")}
|
||||||
contentSx={{ width: 360, userSelect: "text" }}
|
contentSx={{ width: 360, userSelect: "text" }}
|
||||||
|
disableFooter
|
||||||
onClose={() => setOpen(false)}
|
onClose={() => setOpen(false)}
|
||||||
>
|
>
|
||||||
<Typography>Current State: {state}</Typography>
|
<Typography>Current State: {state}</Typography>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user