Skip to content

Commit

Permalink
Merge pull request #42238 from tienifr/fix/42189-42232-41062
Browse files Browse the repository at this point in the history
[CP Staging] fix: missing personal details while creating options list

(cherry picked from commit 583e5a3)
  • Loading branch information
Beamanator authored and OSBotify committed May 16, 2024
1 parent ee78f9b commit 7584a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionListContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function OptionsListContextProvider({reports, children}: OptionsListProviderProp
return;
}

const newReports = OptionsListUtils.createOptionList({}, reports).reports;
const newReports = OptionsListUtils.createOptionList(personalDetails, reports).reports;

setOptions((prevOptions) => {
const newOptions = {...prevOptions};
Expand Down

0 comments on commit 7584a98

Please sign in to comment.