Fixes for creating teams (#4387)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
1d4f42acd9
Коммит
6d3b3162b0
@@ -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();
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user