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,