Browse Source

fix: service mode viewer ui

GyDi 2 years ago
parent
commit
a355a9c85e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/setting/mods/service-viewer.tsx

+ 1 - 0
src/components/setting/mods/service-viewer.tsx

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