mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
bug fixed : state is not changing on clicking cancel button in the new user form (#4089)
* bug fixed : state not changing on clicking cancel button in the new user form * making fields empty when clicked on cancel
This commit is contained in:
parent
63052076f2
commit
e7553cd411
1 changed files with 2 additions and 0 deletions
|
|
@ -298,6 +298,8 @@ class ManageOrgUsersComponent extends React.Component {
|
|||
this.setState({
|
||||
showNewUserForm: false,
|
||||
newUser: {},
|
||||
errors: {},
|
||||
fields: {},
|
||||
})
|
||||
}
|
||||
data-cy="cancel-button"
|
||||
|
|
|
|||
Loading…
Reference in a new issue