chore: Proxy Bypass placeholder (#901)

This commit is contained in:
dongchengjie
2024-04-20 19:27:17 +08:00
committed by GitHub
Unverified
parent 11e0f49ada
commit c545521cd9

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 }))
}