Skip to content

Commit

Permalink
CB-5431 redirect to item if page is not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Aug 20, 2024
2 parents de19e67 + 16de895 commit d72118c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ mutation updateUserPreferences(
linkedAuthProviders
metaParameters @include(if: $includeMetaParameters)
configurationParameters @include(if: $includeConfigurationParameters)
teams {
teamId
teamName
teamRole
}
authTokens {
...AuthToken
}
Expand Down

0 comments on commit d72118c

Please sign in to comment.