Skip to content

Commit 583d3f0

Browse files
Updated version of the frontend
1 parent 36be864 commit 583d3f0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

frontend/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

-6
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)