Skip to content

Commit

Permalink
fix(web): remove stakeholder structure type 'other'
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-ruhlmann committed Jan 9, 2025
1 parent fdd41b2 commit cd11091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const convertFormValuesForStore = (
case "other_structure":
return {
name: data.otherStructureName,
structureType: "other",
structureType: "unknown",
};
case "unknown":
case null:
Expand Down

0 comments on commit cd11091

Please sign in to comment.