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 622d511 commit 219e718Copy full SHA for 219e718
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "theq",
3
- "version": "2.1.3",
+ "version": "2.1.4",
4
"private": true,
5
"description": "Theq",
6
"author": "Scott Rumsby <[email protected]>",
frontend/src/store/actions/actions-model.ts
@@ -2138,12 +2138,6 @@ export const commonActions: any = {
2138
if (responses.notes === null) {
2139
responses.notes = ''
2140
}
2141
- // if (context.state.addExamModal.setup === 'other') {
2142
- // if (context.state.captureITAExamTabSetup.showRadio === true) {
2143
- // delete responses.exam_received_date
2144
- // }
2145
2146
-
2147
if (context.state.addExamModal.setup === 'pesticide') {
2148
responses.exam_name = 'Environment'
2149
responses.is_pesticide = 1
0 commit comments