Skip to content

Commit

Permalink
reroute to schemas tab on browse page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Sep 18, 2024
1 parent 65ea26e commit 4d44b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const router = createBrowserRouter([
{
path: '/schemas',
loader: async ({ params }) => {
return redirect(`/browse`);
return redirect(`/browse?view=schemas`);
},
},
{
Expand Down

0 comments on commit 4d44b7d

Please sign in to comment.