Browse Source

chore: fix placeholder

MystiPanda 1 năm trước cách đây
mục cha
commit
cd8667d6de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/setting/mods/misc-viewer.tsx

+ 1 - 1
src/components/setting/mods/misc-viewer.tsx

@@ -194,7 +194,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
             spellCheck="false"
             sx={{ width: 250 }}
             value={values.defaultLatencyTimeout}
-            placeholder="http://1.1.1.1"
+            placeholder="10000"
             onChange={(e) =>
               setValues((v) => ({
                 ...v,