Skip to content

Commit

Permalink
Merge branch 'develop' into fix/dataset-creation-ui-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Nov 7, 2024
2 parents de9ef07 + e425c89 commit cdce361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla-frontend/v1/infrastructure/services/useRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ export const useRoutes = () => {
} else {
window.location.href = where;
}
} else {
router.push(where);
}

router.push(where);
};

const getQuery = () => {
Expand Down

0 comments on commit cdce361

Please sign in to comment.