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.
1 parent 6bbd893 commit 5748a00Copy full SHA for 5748a00
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