From 627550681484e40c456279a50cf503df33835675 Mon Sep 17 00:00:00 2001 From: Maciej Szewczyk Date: Thu, 27 Feb 2025 10:24:41 +0100 Subject: [PATCH] hotfix -[AB#237370]- Old TPs not appearing in the targeting module for all Social Workers Programme --- pyproject.toml | 2 +- src/frontend/package.json | 2 +- .../TargetPopulationForPeopleTable.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c71238250e..3912ed9720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, diff --git a/src/frontend/package.json b/src/frontend/package.json index 62ca21bb04..11503ff13c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "3.1.0", + "version": "3.1.1", "private": true, "type": "module", "scripts": { diff --git a/src/frontend/src/containers/tables/targeting/TargetPopulationForPeopleTable/TargetPopulationForPeopleTable.tsx b/src/frontend/src/containers/tables/targeting/TargetPopulationForPeopleTable/TargetPopulationForPeopleTable.tsx index 80a8a5f6ca..a8f68316dd 100644 --- a/src/frontend/src/containers/tables/targeting/TargetPopulationForPeopleTable/TargetPopulationForPeopleTable.tsx +++ b/src/frontend/src/containers/tables/targeting/TargetPopulationForPeopleTable/TargetPopulationForPeopleTable.tsx @@ -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}