Fix aggregate operation update on dates on kanban views (#12115)
Fixes https://github.com/twentyhq/core-team-issues/issues/968
This commit is contained in:
@@ -36,7 +36,7 @@ export const useUpdateViewAggregate = () => {
|
||||
});
|
||||
|
||||
setRecordIndexKanbanAggregateOperationState({
|
||||
operation: convertedKanbanAggregateOperation,
|
||||
operation: kanbanAggregateOperation,
|
||||
fieldMetadataId: kanbanAggregateOperationFieldMetadataId,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user