chore: Proxy Bypass placeholder (#901)

This commit is contained in:
dongchengjie 2024-04-20 19:27:17 +08:00 committed by GitHub
parent f71b51e64a
commit 75f87044f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
rows={3}
sx={{ width: 280 }}
value={value.bypass}
placeholder={sysproxy?.bypass || `-`}
onChange={(e) =>
setValue((v) => ({ ...v, bypass: e.target.value }))
}