Skip to content

Commit

Permalink
fix pagination params on decision query
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Apr 9, 2024
1 parent 601ec14 commit dfd9aa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-builder/src/repositories/DecisionRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export function getDecisionRepository() {
triggerObject,
scenarioId,
hasCase,
...rest
}) => {
let startDate, endDate: string | undefined;
if (dateRange?.type === 'static') {
Expand All @@ -68,6 +69,7 @@ export function getDecisionRepository() {
hasCase,
startDate,
endDate,
...rest,
});

return {
Expand Down

0 comments on commit dfd9aa5

Please sign in to comment.