From aa1aa764708e5ebd087d614f009c4ba1de1c7169 Mon Sep 17 00:00:00 2001 From: dbaluku Date: Thu, 15 May 2025 11:05:20 +0300 Subject: [PATCH 1/2] Added HMIS 106 2024 link --- src/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index 603f42d..6c13926 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -191,6 +191,10 @@ export const nationalReports: ReportProps = { id: "5718901d-3dae-4a0d-9847-df345bf0de39", label: "HMIS 106 1A", }, + { + id: "8c12b314-564e-4df6-9d06-410176de9461", + label: "HMIS 106 1A 2024", + }, { id: "27f4804f-ec6f-466e-b4ea-21f9ca584880", label: "HMIS 105", From be666e4d92a4d095dbb8fb6bf13f287e0992446f Mon Sep 17 00:00:00 2001 From: dbaluku Date: Mon, 23 Jun 2025 15:21:04 +0300 Subject: [PATCH 2/2] Adding_HMIS_105 HTS report link --- src/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 6c13926..515c062 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -196,9 +196,9 @@ export const nationalReports: ReportProps = { label: "HMIS 106 1A 2024", }, { - id: "27f4804f-ec6f-466e-b4ea-21f9ca584880", - label: "HMIS 105", - }, + id: "8212b1bd-ad1a-4c67-8032-f607fcd1715b", + label: "HMIS 105 HTS 2024", + } ], };