Skip to content

Commit 219e718

Browse files
Updated version
1 parent 622d511 commit 219e718

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theq",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"private": true,
55
"description": "Theq",
66
"author": "Scott Rumsby <[email protected]>",

frontend/src/store/actions/actions-model.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,12 +2138,6 @@ export const commonActions: any = {
21382138
if (responses.notes === null) {
21392139
responses.notes = ''
21402140
}
2141-
// if (context.state.addExamModal.setup === 'other') {
2142-
// if (context.state.captureITAExamTabSetup.showRadio === true) {
2143-
// delete responses.exam_received_date
2144-
// }
2145-
// }
2146-
21472141
if (context.state.addExamModal.setup === 'pesticide') {
21482142
responses.exam_name = 'Environment'
21492143
responses.is_pesticide = 1

0 commit comments

Comments
 (0)