bugfix/shelving-154 #168

Merged
alexm merged 28 commits from :bugfix/shelving-154 into dev 2024-02-08 17:28:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5449b34fa0 - Show all commits

View File

@ -93,7 +93,7 @@ async function search() {
const [firstRow] = rows;
await router.push({ path: `${module.path}/${firstRow.id}` });
} else if (route.matched.length > 3) {
await router.push({ path: `/${module.path}` });
await router.push({ path: `${module.path}` });
arrayData.updateStateParams();
}
}