Skip to content

Commit

Permalink
add back limit
Browse files Browse the repository at this point in the history
  • Loading branch information
briangregoryholmes committed Dec 15, 2023
1 parent 2d52fe9 commit b5f794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-common/src/features/dashboards/selectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const getFilterSearchList = (
measureNames: [metricsExplorer.leaderboardMeasureName],
timeStart: timeControls.timeStart,
timeEnd: timeControls.timeEnd,
// limit: "100",
limit: "100",
offset: "0",
sort: [],
filter: {
Expand Down

0 comments on commit b5f794f

Please sign in to comment.