송용우

HotFix/ Slack Sync

...@@ -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"
......