diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-10-14 16:07:02 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-10-19 14:16:38 +0200 |
| commit | abb86c88dc23096714c58785cc2393585d54ea27 (patch) | |
| tree | 2e70147771e2f308c75bd40b9381d2d817b8f973 /app/containers/SupportPage.js | |
| parent | 7798e9233661a759b5a6bd1c189b825c8fce2fbb (diff) | |
| download | mullvadvpn-abb86c88dc23096714c58785cc2393585d54ea27.tar.xz mullvadvpn-abb86c88dc23096714c58785cc2393585d54ea27.zip | |
Add support form fields and validation
Diffstat (limited to 'app/containers/SupportPage.js')
| -rw-r--r-- | app/containers/SupportPage.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/containers/SupportPage.js b/app/containers/SupportPage.js index c35aa50ade..fe579395f6 100644 --- a/app/containers/SupportPage.js +++ b/app/containers/SupportPage.js @@ -8,7 +8,9 @@ const mapStateToProps = (state) => { const mapDispatchToProps = (dispatch, _props) => { return { - onClose: () => dispatch(push('/settings')) + onClose: () => dispatch(push('/settings')), + onViewLogs: () => {}, + onSend: (_report) => {} }; }; |
