Skip to content

Commit 19ccb6d

Browse files
authored
Merge pull request #206 from communitiesuk/make-lpa-code-question-optional-in-dpif-r4
Make LPA code question optional in DPIF R4
2 parents 0cc3e8a + 10715cf commit 19ccb6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fsd_config/form_jsons/dpif_r4/organisation-information.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@
200200
"title": "Local Planning Authority code",
201201
"components": [
202202
{
203-
"options": {},
203+
"options": {
204+
"required": false
205+
},
204206
"type": "TextField",
205207
"title": "Local Planning Authority code",
206208
"hint": "",

0 commit comments

Comments
 (0)