Improve org creation UI.

This commit is contained in:
Gucheng Wang
2021-12-12 17:12:15 +08:00
parent 6ba658ac60
commit 2f71d9743b
9 changed files with 152 additions and 39 deletions

View File

@ -73,6 +73,7 @@ class OrganizationListPage extends React.Component {
organizations: Setting.prependRow(this.state.organizations, newOrganization),
total: this.state.total + 1
});
this.props.history.push(`/organizations/${newOrganization.name}`);
}
)
.catch(error => {