From 6d3b3162b031594568b045943422fcac2b2471d1 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 1 Nov 2016 08:34:52 -0400 Subject: Fixes for creating teams (#4387) --- webapp/components/create_team/components/team_url.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/components/create_team') diff --git a/webapp/components/create_team/components/team_url.jsx b/webapp/components/create_team/components/team_url.jsx index 222755197..4bea240da 100644 --- a/webapp/components/create_team/components/team_url.jsx +++ b/webapp/components/create_team/components/team_url.jsx @@ -27,11 +27,13 @@ export default class TeamUrl extends React.Component { isLoading: false }; } + submitBack(e) { e.preventDefault(); this.props.state.wizard = 'display_name'; this.props.updateParent(this.props.state); } + submitNext(e) { e.preventDefault(); -- cgit v1.2.3-1-g7c22