From 79134d5aab10181e891ffd620ece03f196ff7c4b Mon Sep 17 00:00:00 2001 From: Eli Stone Date: Fri, 10 May 2024 14:18:39 +0100 Subject: [PATCH] chore(slb-306): fixing tests --- packages/schema/src/fragments/PageContent/BlockInfoGrid.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/fragments/PageContent/BlockInfoGrid.gql b/packages/schema/src/fragments/PageContent/BlockInfoGrid.gql index 3fb99c00a..005d328e3 100644 --- a/packages/schema/src/fragments/PageContent/BlockInfoGrid.gql +++ b/packages/schema/src/fragments/PageContent/BlockInfoGrid.gql @@ -1,5 +1,5 @@ fragment BlockInfoGrid on BlockInfoGrid { - gridItems { + gridItems { ...BlockInfoGridItem } }