Revert "fix: try to fix abnormal stuck"

This reverts commit 7edbae7b4c36a3b10e6e8400e43d7ef94d4495c7.
This commit is contained in:
MystiPanda 2024-07-14 12:49:06 +08:00
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