#6891 showRightSideFilterPanel #353

Merged
jorgep merged 48 commits from 6891-showRightSideFilterPanel into dev 2024-05-15 13:39:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c02dcf622a - Show all commits

View File

@ -15,7 +15,7 @@ export default function useRedirect() {
const to =
data.length === 1
? path.replace(/\/(list|-list|:id)/, `/${data[0].id}`)
? path.replace(/\/(list|:id)|-list/, `/${data[0].id}`)
: path.replace(/:id.*/, '');
router.push({ path: to });