summaryrefslogtreecommitdiffstats
path: root/webapp/components/create_team/components/team_url.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/create_team/components/team_url.jsx')
-rw-r--r--webapp/components/create_team/components/team_url.jsx2
1 files changed, 2 insertions, 0 deletions
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();