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

fix: runtime config user select

parent 027295d9
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ export const ConfigViewer = forwardRef<DialogRef>((props, ref) => { ...@@ -64,7 +64,7 @@ export const ConfigViewer = forwardRef<DialogRef>((props, ref) => {
{t("Runtime Config")} <Chip label={t("ReadOnly")} size="small" /> {t("Runtime Config")} <Chip label={t("ReadOnly")} size="small" />
</> </>
} }
contentSx={{ width: 520, pb: 1 }} contentSx={{ width: 520, pb: 1, userSelect: "text" }}
cancelBtn={t("Back")} cancelBtn={t("Back")}
disableOk disableOk
onClose={() => setOpen(false)} onClose={() => setOpen(false)}
......
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