Skip to content

Commit

Permalink
fix(web): Add locale to organization page fetch (#17015)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
RunarVestmann and kodiakhq[bot] authored Nov 25, 2024
1 parent eb881d2 commit eafbdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/pages/s/[...slugs]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Component.getProps = async (context) => {
variables: {
input: {
slug: slugs[0],
lang: locale,
},
},
})
Expand Down

0 comments on commit eafbdd9

Please sign in to comment.