Skip to content

Commit bae7f5a

Browse files
committed
fix(episode-choices-value-fix): Fix overlapping values in episode choices
1 parent a6b1469 commit bae7f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/RegisterEpisode/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ export const MESH_TYPE_OPTIONS: SelectOption[] = [
110110
label: 'KCMC Generic Mesh',
111111
},
112112
{
113-
value: 1,
113+
value: 2,
114114
label: 'Commercial Mesh',
115115
},
116116
{
117-
value: 1,
117+
value: 3,
118118
label: 'Hernia International Mesh'
119119
}
120120
];
@@ -128,7 +128,7 @@ export const ANAESTHETIC_TYPE_OPTIONS: SelectOption[] = [
128128
label: 'Spinal Anaesthetic',
129129
},
130130
{
131-
value: 1,
131+
value: 2,
132132
label: 'General Anaesthetic',
133133
},
134134
];

0 commit comments

Comments
 (0)