This only submits, and it might be better to replace it with a more "gatsby native" functionality.
|
* @todo Finish contact form implementation |
|
* @body This only submits, and it might be better to replace it with a more "gatsby native" functionality. |
|
*/ |
|
const contactUsFormEnhancer = withFormik({ |
|
displayName: 'ContactUs', |
|
// mapPropsToValues: props => ({ email: props.user.email }), |
This issue was generated by todo based on a @todo comment in 3aa7afb. It's been assigned to @cobraz because they committed the code.
This only submits, and it might be better to replace it with a more "gatsby native" functionality.
n4f-no/src/components/contact-us/ContactUs.jsx
Lines 20 to 25 in 3aa7afb
This issue was generated by todo based on a
@todocomment in 3aa7afb. It's been assigned to @cobraz because they committed the code.