Update index.html
Browse files- 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":
|
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 |
|