Skip to content

Commit add5422

Browse files
authored
Merge pull request #125 from scientist-softserv/93-no-proposed-deadline
93-no-proposed-deadline
2 parents e131add + 5748a00 commit add5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AdditionalInfo/AdditionalInfo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const AdditionalInfo = ({ defaultRequiredDate, updateRequestForm }) => {
7474
label='Proposals can be submitted at any time.'
7575
onChange={() => {
7676
setShowProposalDate(!showProposalDate)
77-
if (showProposalDate) handleChange(null)
77+
if (showProposalDate) handleChange('')
7878
}}
7979
/>
8080
</Form.Group>

0 commit comments

Comments
 (0)