fix: service mode viewer ui
This commit is contained in:
parent
e7db2a8573
commit
a355a9c85e
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ export const ServiceViewer = forwardRef<DialogRef, Props>((props, ref) => {
|
|||
open={open}
|
||||
title={t("Service Mode")}
|
||||
contentSx={{ width: 360, userSelect: "text" }}
|
||||
disableFooter
|
||||
onClose={() => setOpen(false)}
|
||||
>
|
||||
<Typography>Current State: {state}</Typography>
|
||||
|
|
Loading…
Add table
Reference in a new issue