From 5ae7c61505805265430d8a35687aa52565372d13 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:03:46 +0000 Subject: [PATCH] Add Tenant prefers not to say option (#1168) --- config/forms/2021_2022.json | 3 +++ config/forms/2022_2023.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 92d495f24..606a317f4 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -6258,6 +6258,9 @@ "20": { "value": "Other" }, + "47": { + "value":"Tenant prefers not to say" + }, "divider": { "value": true }, diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index f49070bbf..bf9e445d2 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -6257,6 +6257,9 @@ "20": { "value": "Other" }, + "47": { + "value":"Tenant prefers not to say" + }, "divider": { "value": true },