mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Error Message on User Removal (#4464)
This commit is contained in:
parent
e5ea1c676c
commit
2fca8b1560
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class ManageGroupPermissionResourcesComponent extends React.Component {
|
|||
this.fetchUsersInGroup(groupPermissionId);
|
||||
})
|
||||
.then(() => {
|
||||
toast.success('Users removed from the group', {
|
||||
toast.success('User removed from the group', {
|
||||
position: 'top-center',
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue