From 5ebeb6d1b846e107c10e60b820cdd2e86e270011 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 24 Mar 2022 12:25:23 +0000 Subject: [PATCH] Change the remaining ethnic other conditional questions --- config/forms/2021_2022.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index f2da778ff..4216c416d 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1403,12 +1403,12 @@ } }, "conditional_for": { - "tenant_ethnic_group_mixed_other": [ + "ethnic_other": [ 2 ] } }, - "tenant_ethnic_group_mixed_other": { + "ethnic_other": { "header": "How would the lead tenant describe their background? (optional)", "hint_text": "", "type": "text" @@ -1444,12 +1444,12 @@ } }, "conditional_for": { - "tenant_ethnic_group_white_other": [ + "ethnic_other": [ 3 ] } }, - "tenant_ethnic_group_white_other": { + "ethnic_other": { "header": "How would the lead tenant describe their background? (optional)", "hint_text": "", "type": "text" @@ -1457,7 +1457,7 @@ }, "depends_on": [ { - "ethnic": 0 + "ethnic_group": 0 } ] },