Skip to content

Commit

Permalink
fixed missing splits transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Dec 13, 2024
1 parent 1299d6a commit b09a37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function CalendarInner({ widget, parameters }: CalendarInnerProps) {
});
}

setQuery(query);
setQuery(query.options({ splits: 'grouped' }));
})
.catch((error: unknown) => {
console.error('Error generating filters:', error);
Expand Down

0 comments on commit b09a37f

Please sign in to comment.