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.
2 parents e131add + 5748a00 commit add5422Copy full SHA for add5422
src/components/AdditionalInfo/AdditionalInfo.jsx
@@ -74,7 +74,7 @@ const AdditionalInfo = ({ defaultRequiredDate, updateRequestForm }) => {
74
label='Proposals can be submitted at any time.'
75
onChange={() => {
76
setShowProposalDate(!showProposalDate)
77
- if (showProposalDate) handleChange(null)
+ if (showProposalDate) handleChange('')
78
}}
79
/>
80
</Form.Group>
0 commit comments