Browse Source

update form json

pull/216/head
MadeTech Dushan 4 years ago
parent
commit
415fba81c9
  1. 6
      config/forms/2021_2022.json

6
config/forms/2021_2022.json

@ -1096,7 +1096,7 @@
"type": "text" "type": "text"
} }
}, },
"depends_on": { "startertenancy": "No" } "depends_on": [{ "startertenancy": "No" }]
}, },
"tenancy_type_starter_text": { "tenancy_type_starter_text": {
"header": "", "header": "",
@ -1124,7 +1124,7 @@
"type": "text" "type": "text"
} }
}, },
"depends_on": { "startertenancy": "Yes" } "depends_on": [{ "startertenancy": "Yes" }]
}, },
"fixed_term_tenancy": { "fixed_term_tenancy": {
"header": "", "header": "",
@ -1159,7 +1159,7 @@
} }
} }
}, },
"depends_on": { "needstype": "Supported housing" } "depends_on": [{ "needstype": "Supported housing" }]
} }
} }
}, },

Loading…
Cancel
Save