Skip to content

Commit

Permalink
Merge pull request #1900 from govuk-one-login/bau-fix-journey-map
Browse files Browse the repository at this point in the history
BAU: Fix journey map checkboxes
  • Loading branch information
Wynndow authored May 8, 2024
2 parents 76738cb + c481ddb commit d0591c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journey-map/public/render.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getOptions = (journeyMaps) => {
const featureFlagOptions = [];

Object.values(journeyMaps).forEach((journeyMap) => {
Object.values(journeyMap).forEach((definition) => {
Object.values(journeyMap.states).forEach((definition) => {
const events = definition.events || definition.exitEvents || {};
Object.values(events).forEach((def) => {
addDefinitionOptions(def, disabledOptions, featureFlagOptions);
Expand Down

0 comments on commit d0591c4

Please sign in to comment.