mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
add FormSubmitError to existing forms
This commit is contained in:
@@ -27,8 +27,8 @@ function UserEdit({ user, history }) {
|
||||
user={user}
|
||||
handleCancel={handleCancel}
|
||||
handleSubmit={handleSubmit}
|
||||
submitError={formSubmitError}
|
||||
/>
|
||||
{formSubmitError ? <div> error </div> : null}
|
||||
</CardBody>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user