Skip to content

Commit

Permalink
Merge pull request #553 from reportportal/develop
Browse files Browse the repository at this point in the history
Release. Fix SaaS compare plan query naming
  • Loading branch information
AmsterGet authored Sep 30, 2024
2 parents 42aeb96 + c8a04df commit cfa1f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/SassPage/SaasPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const SaasPage: FC = () => {
const { plans, comparePlans } = formatOfferingPlans(
useStaticQuery<OfferingPlansQuery>(graphql`
query {
allContentfulComparePlan(filter: { internalTitle: { eq: "SasS Compare Plan" } }) {
allContentfulComparePlan(filter: { internalTitle: { eq: "SaaS Compare Plan" } }) {
nodes {
...ComparePlanFields
}
Expand Down

0 comments on commit cfa1f96

Please sign in to comment.