Skip to content

Commit

Permalink
bugfix/evaluation-submittal (#217)
Browse files Browse the repository at this point in the history
* fix for submittal payload
* version bump 0.15.7
  • Loading branch information
KevinJJackson authored Mar 12, 2024
1 parent d43553a commit 05c3112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hhd-ui",
"version": "0.15.6",
"version": "0.15.7",
"private": true,
"dependencies": {
"@ag-grid-community/client-side-row-model": "^30.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ const defaultFormState = {
instruments: [],
start_date: '',
end_date: '',
alert_config_id: null,
submittal_id: '',
submittal_id: null,
};

const optionalFields = ['alert_config_id', 'submittal_id'];
const optionalFields = ['submittal_id'];

const NewEvaluationModal = connect(
'doModalClose',
Expand Down

0 comments on commit 05c3112

Please sign in to comment.