fix: dont pass the systems member list to a new group
all it needed was an empty array... sometimes i have a brain moment
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
|
|
||||||
function addGroupToList(event: any) {
|
function addGroupToList(event: any) {
|
||||||
let group = event.detail;
|
let group = event.detail;
|
||||||
group.members = members;
|
group.members = [];
|
||||||
list.push(group);
|
list.push(group);
|
||||||
list = list;
|
list = list;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user