Skip to content
Snippets Groups Projects
Unverified Commit a355a9c8 authored by GyDi's avatar GyDi
Browse files

fix: service mode viewer ui

parent e7db2a85
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment