mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-06 17:01:11 +00:00
fix sent payload
This commit is contained in:
@@ -29,7 +29,7 @@ var props = {
|
||||
});
|
||||
|
||||
request.post('/api/invites', {
|
||||
email: state.email.email
|
||||
email: state.email
|
||||
}).then(function() {
|
||||
setState({submitted: true});
|
||||
}).catch(function(err) {
|
||||
|
||||
Reference in New Issue
Block a user