We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf393ae commit cebe843Copy full SHA for cebe843
packages/frontend/src/pages/Residences/Residences.tsx
@@ -111,6 +111,7 @@ const ResidencesPage: React.FC = () => {
111
numChildren: data.numChildren,
112
housingReference: {
113
...formDefaults().housingReference,
114
+ comment: data.housingReference.comment,
115
reviewStatus: data.housingReference.reviewStatus,
116
reasonRejected: null,
117
},
packages/frontend/src/pages/Residences/components/HousingTypeDetailsSection.tsx
@@ -18,7 +18,7 @@ const fieldConfigs: any = {
18
placeholder: 'Namn på nuvarande hyresvärd',
19
20
} as any,
21
- 'housingReference.housingTypeDescription': {
+ housingTypeDescription: {
22
label: 'Beskriv boende *',
23
input: {
24
type: 'text',
0 commit comments