Revert "fix: try to fix abnormal stuck"

This reverts commit e14ddbe23c.
This commit is contained in:
MystiPanda 2024-07-14 12:49:06 +08:00
parent 199a5eed60
commit 9ff5d8d4e0
No known key found for this signature in database

View File

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