Set initialValue of matching field on RFPs.

This commit is contained in:
Will O'Beirne 2019-02-14 19:14:03 -05:00
parent 030ac64391
commit 170510e1b8
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
1 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,9 @@ class RFPForm extends React.Component<Props, State> {
size="large"
/>,
)}
{getFieldDecorator('matching')(
{getFieldDecorator('matching', {
initialValue: defaults.matching,
})(
<Checkbox
className="RFPForm-bounty-matching"
name="matching"