mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Added targetEPC into url'
This commit is contained in:
parent
126b564676
commit
380f9bfe9b
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export default function PropertyPage({
|
|||
label="Build My Retrofit Plan"
|
||||
onClick={() => {
|
||||
router.push(
|
||||
`/portfolio/${portfolioId}/property/${lmkKey}/plan?postcode=${postcode}`
|
||||
`/portfolio/${portfolioId}/property/${lmkKey}/plan?postcode=${postcode}&targetEpcRating=${targetEpcRating}`
|
||||
);
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue