Error Message on User Removal (#4464)

This commit is contained in:
Ashish Kaushal 2022-10-17 09:48:20 +05:30 committed by GitHub
parent e5ea1c676c
commit 2fca8b1560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
});
})