diff --git a/fsd_config/form_jsons/hsra_r1/auction-costs-hsra.json b/fsd_config/form_jsons/hsra_r1/auction-costs-hsra.json index f1ac6758c..26832428a 100644 --- a/fsd_config/form_jsons/hsra_r1/auction-costs-hsra.json +++ b/fsd_config/form_jsons/hsra_r1/auction-costs-hsra.json @@ -18,6 +18,7 @@ "path": "/what-is-the-total-expected-cost-of-the-auction-in-pounds" } ], + "controller": "./pages/start.js", "section": "ebIBcm" }, { diff --git a/fsd_config/form_jsons/hsra_r1/other-costs-hsra.json b/fsd_config/form_jsons/hsra_r1/other-costs-hsra.json index 49d77249d..bba9dd235 100644 --- a/fsd_config/form_jsons/hsra_r1/other-costs-hsra.json +++ b/fsd_config/form_jsons/hsra_r1/other-costs-hsra.json @@ -16,7 +16,8 @@ ], "next": [ { "path": "/what-is-the-total-of-any-other-expected-costs-in-pounds" } - ] + ], + "controller": "./pages/start.js" }, { "path": "/what-is-the-total-of-any-other-expected-costs-in-pounds", diff --git a/fsd_config/form_jsons/hsra_r1/refurbishment-costs-hsra.json b/fsd_config/form_jsons/hsra_r1/refurbishment-costs-hsra.json index fa1b43cf8..b0d1f834b 100644 --- a/fsd_config/form_jsons/hsra_r1/refurbishment-costs-hsra.json +++ b/fsd_config/form_jsons/hsra_r1/refurbishment-costs-hsra.json @@ -17,7 +17,8 @@ { "path": "/what-is-the-total-expected-cost-of-refurbishment-in-pounds" } - ] + ], + "controller": "./pages/start.js" }, { "path": "/what-is-the-total-expected-cost-of-refurbishment-in-pounds", diff --git a/fsd_config/form_jsons/hsra_r1/total-expected-cost-hsra.json b/fsd_config/form_jsons/hsra_r1/total-expected-cost-hsra.json index 6ade4916a..e6f8c7272 100644 --- a/fsd_config/form_jsons/hsra_r1/total-expected-cost-hsra.json +++ b/fsd_config/form_jsons/hsra_r1/total-expected-cost-hsra.json @@ -17,7 +17,8 @@ { "path": "/what-is-the-total-expected-cost-of-delivering-the-hsra-in-pounds" } - ] + ], + "controller": "./pages/start.js" }, { "path": "/what-is-the-total-expected-cost-of-delivering-the-hsra-in-pounds", diff --git a/version b/version index 0dd4d1d4b..6add316df 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION=0.1.278 +VERSION=0.1.279