Skip to content

Commit

Permalink
Merge pull request #2472 from Amsterdam/improvement/added-simplified-…
Browse files Browse the repository at this point in the history
…param-for-cases

Added simplified parameter for cases with less details
  • Loading branch information
remyvdwereld authored Mar 13, 2024
2 parents ad51fd3 + 195588a commit ab4bee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/state/rest/cases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export const useCases = (
page: pagination.page,
page_size: pagination.pageSize,
from_start_date,
open_cases: true
open_cases: true,
simplified: true
}
if (sensitive === false) {
urlParams.sensitive = false
Expand Down

0 comments on commit ab4bee8

Please sign in to comment.