fix: service mode viewer ui

This commit is contained in:
GyDi 2022-11-22 20:45:17 +08:00
parent e7db2a8573
commit a355a9c85e
No known key found for this signature in database
GPG Key ID: B28E790B95193457

View File

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