Skip to content

Commit

Permalink
fix: remove fetchMostRecentBeforeStart from status and kpi
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano authored and chejimmy committed Feb 28, 2024
1 parent f0c0811 commit f9b3183
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-components/src/components/kpi/kpi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const KPI = ({
queries: [query],
settings: {
fetchMostRecentBeforeEnd: true,
fetchMostRecentBeforeStart: true,
},
styles,
});
Expand Down
1 change: 0 additions & 1 deletion packages/react-components/src/components/status/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const Status = ({
queries: [query],
settings: {
fetchMostRecentBeforeEnd: true,
fetchMostRecentBeforeStart: true,
},
styles,
});
Expand Down

0 comments on commit f9b3183

Please sign in to comment.