Explorar el Código

chore: Proxy Bypass placeholder (#901)

dongchengjie hace 1 año
padre
commit
75f87044f6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 }))
             }