wnm168 commited on
Commit
e70a6da
·
verified ·
1 Parent(s): ece933e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1054,7 +1054,7 @@
1054
  const location = useLocation();
1055
  const [path, setPath] = useState(decodeURI(location.pathname));
1056
  const [page, setPage] = useState(1);
1057
- const [query, setQuery] = useState({ "path": path, "password": "", "page": page, "per_page": 20, "refresh": true });
1058
  const setting = STORE.getState().settings;
1059
 
1060
 
 
1054
  const location = useLocation();
1055
  const [path, setPath] = useState(decodeURI(location.pathname));
1056
  const [page, setPage] = useState(1);
1057
+ const [query, setQuery] = useState({ "path": path, "password": "", "page": page, "per_page": 0, "refresh": true });
1058
  const setting = STORE.getState().settings;
1059
 
1060