Browse Source

chore: Proxy Bypass placeholder (#901)

dongchengjie 1 year ago
parent
commit
75f87044f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/setting/mods/sysproxy-viewer.tsx

+ 1 - 0
src/components/setting/mods/sysproxy-viewer.tsx

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