fix: Config data display error

#417
This commit is contained in:
MystiPanda
2024-02-21 10:02:28 +08:00
parent f59be465ea
commit 1cff162649
3 changed files with 10 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ export const TunViewer = forwardRef<DialogRef>((props, ref) => {
spellCheck="false"
sx={{ width: 250 }}
value={values.device}
placeholder="Mihomo"
placeholder="Meta"
onChange={(e) =>
setValues((v) => ({ ...v, device: e.target.value }))
}