Skip to content

Commit

Permalink
Revert "fix: try to fix abnormal stuck"
Browse files Browse the repository at this point in the history
This reverts commit e14ddbe.
  • Loading branch information
MystiPanda committed Jul 14, 2024
1 parent 199a5ee commit 9ff5d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/setting/mods/sysproxy-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ff5d8d

Please sign in to comment.