From b721841d6a0ac38fe783c8628ba630b32f3414d9 Mon Sep 17 00:00:00 2001 From: ehconitin Date: Tue, 12 Nov 2024 17:14:07 +0530 Subject: [PATCH] fix --- packages/twenty-front/src/testing/graphqlMocks.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/twenty-front/src/testing/graphqlMocks.ts b/packages/twenty-front/src/testing/graphqlMocks.ts index b9269b4d1372..8269390af28c 100644 --- a/packages/twenty-front/src/testing/graphqlMocks.ts +++ b/packages/twenty-front/src/testing/graphqlMocks.ts @@ -221,6 +221,15 @@ export const graphqlMocks = { endCursor: null, }, }, + favoriteFolders: { + edges: [], + pageInfo: { + hasNextPage: false, + hasPreviousPage: false, + startCursor: null, + endCursor: null, + }, + }, views: { edges: mockedViewsData.map((view) => ({ node: {