From 7636def54d70e4cfd658ed54c5aae51670ead9a7 Mon Sep 17 00:00:00 2001 From: Guillim Date: Wed, 19 Feb 2025 14:52:43 +0100 Subject: [PATCH] typo (#10327) typo when doing the fix --- packages/twenty-front/src/testing/mock-data/views.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/testing/mock-data/views.ts b/packages/twenty-front/src/testing/mock-data/views.ts index 9d8fe551b..6f492c064 100644 --- a/packages/twenty-front/src/testing/mock-data/views.ts +++ b/packages/twenty-front/src/testing/mock-data/views.ts @@ -25,7 +25,7 @@ export const mockedViewsData: View[] = [ icon: 'IconSkyline', key: ViewKey.Index, kanbanFieldMetadataId: '', - kanbanAggregateOperation: AGGREGATE_OPERATIONS.Count, + kanbanAggregateOperation: AGGREGATE_OPERATIONS.count, kanbanAggregateOperationFieldMetadataId: '', position: 0, isCompact: false,