Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -30,7 +30,7 @@ const SlackForm = ({ onChange, profile, onSlackURLSubmit }) => { | ... | @@ -30,7 +30,7 @@ const SlackForm = ({ onChange, profile, onSlackURLSubmit }) => { |
30 | </form> | 30 | </form> |
31 | <Button | 31 | <Button |
32 | className={classes.button} | 32 | className={classes.button} |
33 | - onSubmit={onSlackURLSubmit} | 33 | + onClick={onSlackURLSubmit} |
34 | variant="outlined" | 34 | variant="outlined" |
35 | type="submit" | 35 | type="submit" |
36 | color="primary" | 36 | color="primary" | ... | ... |
-
Please register or login to post a comment