mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
don't unmount create form on error
This commit is contained in:
@@ -48,6 +48,7 @@ class AddUser extends React.Component<Props> {
|
||||
title={t("add-user.title")}
|
||||
subtitle={t("add-user.subtitle")}
|
||||
error={error}
|
||||
showContentOnError={true}
|
||||
>
|
||||
<UserForm
|
||||
submitForm={user => this.createUser(user)}
|
||||
|
||||
Reference in New Issue
Block a user