Revert "fix: try to fix abnormal stuck"

This reverts commit 7edbae7b4c.
This commit is contained in:
MystiPanda
2024-07-14 12:49:06 +08:00
Unverified
parent 607aa78059
commit c67eee57d6

View File

@@ -242,6 +242,7 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
<ListItemText primary={t("Proxy Bypass")} />
<TextField
autoComplete="new-password"
error={value.bypass ? !validReg.test(value.bypass) : false}
disabled={!enabled}
size="small"
multiline