mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
Revert "fix: try to fix abnormal stuck"
This reverts commit e14ddbe23c
.
This commit is contained in:
parent
199a5eed60
commit
9ff5d8d4e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user