fix: only pass values that are used to edit components
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
dispatch('update', group);
|
||||
}
|
||||
|
||||
let input = new Group(group);
|
||||
let input = new Group({privacy: group.privacy});
|
||||
|
||||
async function submit() {
|
||||
let data = input;
|
||||
|
||||
Reference in New Issue
Block a user