mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
fix: properly update the group list
This commit is contained in:
parent
c0c2d2085e
commit
6b24b362da
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateGroups(event: any) {
|
function updateGroups(event: any) {
|
||||||
groups = list.map(group => group.id !== event.detail.id ? group : event.detail)
|
groups = event.detail;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue