mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Set newGroupName to null on cancel (#2835)
* Fix: set newGroupName to null on cancel * Fix: added comma
This commit is contained in:
parent
74c839498b
commit
750a7fadd1
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ class ManageGroupPermissions extends React.Component {
|
|||
this.setState({
|
||||
showNewGroupForm: false,
|
||||
newGroup: null,
|
||||
newGroupName: null,
|
||||
})
|
||||
}
|
||||
disabled={creatingGroup}
|
||||
|
|
|
|||
Loading…
Reference in a new issue