Skip to content

Commit cebe843

Browse files
authored
uth-254 & uth-252: Fixed minor housing reference form bügs
Co-authored-by: Sven Johansson <sven.johansson@iteam.se>
1 parent cf393ae commit cebe843

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/frontend/src/pages/Residences/Residences.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const ResidencesPage: React.FC = () => {
111111
numChildren: data.numChildren,
112112
housingReference: {
113113
...formDefaults().housingReference,
114+
comment: data.housingReference.comment,
114115
reviewStatus: data.housingReference.reviewStatus,
115116
reasonRejected: null,
116117
},

packages/frontend/src/pages/Residences/components/HousingTypeDetailsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const fieldConfigs: any = {
1818
placeholder: 'Namn på nuvarande hyresvärd',
1919
},
2020
} as any,
21-
'housingReference.housingTypeDescription': {
21+
housingTypeDescription: {
2222
label: 'Beskriv boende *',
2323
input: {
2424
type: 'text',

0 commit comments

Comments
 (0)