mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Reset newGroupName to null after creating new group (#4294)
This commit is contained in:
parent
91c4c5959d
commit
b62d19c066
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class ManageGroupPermissionsComponent extends React.Component {
|
|||
this.setState({
|
||||
creatingGroup: false,
|
||||
showNewGroupForm: false,
|
||||
newGroupName: null,
|
||||
});
|
||||
toast.success('Group has been created', {
|
||||
position: 'top-center',
|
||||
|
|
|
|||
Loading…
Reference in a new issue