Skip to content

Commit

Permalink
Merge pull request #4656 from unicef/master
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola authored Feb 27, 2025
2 parents 77716dd + 49f9c1d commit de4c545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ distribution = true

[project]
name = "hope"
version = "3.1.0"
version = "3.1.1"
description = "HCT MIS is UNICEF's humanitarian cash transfer platform."
authors = [
{ name = "Tivix" },
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function TargetPopulationForPeopleTable({
headCells={enableRadioButton ? headCells : headCells.slice(1)}
rowsPerPageOptions={[10, 15, 20]}
query={useAllTargetPopulationsQuery}
queriedObjectName="allTargetPopulation"
queriedObjectName="allPaymentPlans"
defaultOrderBy="createdAt"
defaultOrderDirection="desc"
initialVariables={initialVariables}
Expand Down

0 comments on commit de4c545

Please sign in to comment.