Skip to content

Commit

Permalink
fix: Make general tab default for team settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 10, 2024
1 parent 1bc55fb commit 42d7ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/routes/teamSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const teamSettingsRoutes = compose(
})),

mount({
"/": redirect("./team"),
"/": redirect("./general"),
"/:tab": map(async (req) => {
const isAuthorised = useStore.getState().canUserEditTeam(req.params.team);

Expand Down

0 comments on commit 42d7ae9

Please sign in to comment.