Skip to content

Commit

Permalink
Merge pull request #2823 from bcgov/up_record_cap_for_map
Browse files Browse the repository at this point in the history
record cap from 999 to 100000
  • Loading branch information
micheal-w-wells authored Aug 10, 2023
2 parents 6fa2164 + 404ddb5 commit 34bf7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/state/sagas/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function* handle_MAP_INIT_REQUEST(action) {
[],
//action.payload.recordSets[2].gridFilters,
0,
999
100000
);

const IAPP_filter = yield getSearchCriteriaFromFilters(
Expand Down
2 changes: 1 addition & 1 deletion appv2/src/state/sagas/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function* handle_MAP_INIT_REQUEST(action) {
[],
//action.payload.recordSets[2].gridFilters,
0,
999
100000
);

const IAPP_filter = yield getSearchCriteriaFromFilters(
Expand Down

0 comments on commit 34bf7be

Please sign in to comment.