Skip to content

Commit

Permalink
Feat assistance level2 (#59)
Browse files Browse the repository at this point in the history
* feat: add questioning id in assistance form for assistance level 2

* build: version 1.0.10
  • Loading branch information
BettyB979 authored Jun 21, 2024
1 parent 17de366 commit b77eea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colempub",
"version": "1.0.9",
"version": "1.0.10",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand All @@ -21,7 +21,7 @@
"sass": "^1.68.0"
},
"scripts": {
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"start": "react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
1 change: 1 addition & 0 deletions src/components/forms/assistance-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class AssistanceForm extends React.Component {
const formData = {
auth,
idue: auth ? params.get('idue') : '',
questioningId: auth ? params.get('questioningId') : '',
name: formControls.name.value,
idec: formControls.idec.value,
phonenumber: formControls.phonenumber.value,
Expand Down

0 comments on commit b77eea2

Please sign in to comment.