Skip to content

Commit

Permalink
Update client/src/components/SearchBar/GraphiQLRouteButton.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Erik Støwer <testower@gmail.com>
  • Loading branch information
a-limyr and testower authored Sep 10, 2024
1 parent 2881c2b commit f68ea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/SearchBar/GraphiQLRouteButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function GraphiQLRouteButton({ tripQueryVariables }: { tripQueryVariables: TripQ
return (
<div className="search-bar-route-button-wrapper">
<Button href={graphiQLUrl + '&query=' + formattedQuery + '&variables=' + formattedVariables} target={'_blank'}>
GraphQL
GraphiQL
</Button>
</div>
);
Expand Down

0 comments on commit f68ea6e

Please sign in to comment.