Skip to content

Commit

Permalink
fix pp list
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Szewczyk committed Dec 19, 2024
1 parent 7a7c7bd commit c74ef68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function TargetPopulationTable({
}
rowsPerPageOptions={[10, 15, 20]}
query={useAllTargetPopulationsQuery}
queriedObjectName="allTargetPopulation"
queriedObjectName="allPaymentPlans"
defaultOrderBy="createdAt"
defaultOrderDirection="desc"
initialVariables={initialVariables}
Expand Down

0 comments on commit c74ef68

Please sign in to comment.