We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b1469 commit bae7f5aCopy full SHA for bae7f5a
src/pages/RegisterEpisode/constants.ts
@@ -110,11 +110,11 @@ export const MESH_TYPE_OPTIONS: SelectOption[] = [
110
label: 'KCMC Generic Mesh',
111
},
112
{
113
- value: 1,
+ value: 2,
114
label: 'Commercial Mesh',
115
116
117
+ value: 3,
118
label: 'Hernia International Mesh'
119
}
120
];
@@ -128,7 +128,7 @@ export const ANAESTHETIC_TYPE_OPTIONS: SelectOption[] = [
128
label: 'Spinal Anaesthetic',
129
130
131
132
label: 'General Anaesthetic',
133
134
0 commit comments