Parcourir la source

chore: Proxy Bypass placeholder (#901)

dongchengjie il y a 1 an
Parent
commit
75f87044f6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 }))
             }