Set newGroupName to null on cancel (#2835)

* Fix: set newGroupName to null on cancel

* Fix: added comma
This commit is contained in:
Colton Almaraz 2022-04-17 18:33:03 -07:00 committed by GitHub
parent 74c839498b
commit 750a7fadd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,7 @@ class ManageGroupPermissions extends React.Component {
this.setState({
showNewGroupForm: false,
newGroup: null,
newGroupName: null,
})
}
disabled={creatingGroup}