Fix page navigation

This commit is contained in:
philipp lang 2024-12-12 02:27:58 +01:00
parent e1e8669beb
commit 95a8d4d689
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export function useApiIndex(firstUrl, siteName = null) {
async function reloadPage(page, p = {}) { async function reloadPage(page, p = {}) {
inner.meta.value.current_page = page; inner.meta.value.current_page = page;
await reload(false); await reload(false, p);
} }
function create() { function create() {