Fixed removals caused by merge, documentation

This commit is contained in:
vpopescu
2023-01-11 10:42:03 +01:00
parent e84359cc23
commit fec0cb1260
3 changed files with 5 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ const GroupEdit = (props) => {
data-testid="submit"
className="btn btn-primary"
onClick={() => {
// check for changes
let new_users = selected.filter(
(e) => !group_data.users.includes(e),
);