Skip to content

Commit

Permalink
new type (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogenis-si committed Aug 8, 2023
1 parent d944588 commit 0008e32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/RegisterEpisode/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,8 @@ export const EPISODE_TYPE_OPTIONS: SelectOption[] = [
value: 3,
label: 'Umbilical/Periumbilicial Mesh Hernia Repair',
},
{
value: 4,
label: 'Epigastric Hernia'
},
];

0 comments on commit 0008e32

Please sign in to comment.