|
@@ -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>
|